#FFDBEB Rose Glow
#FFDBEB (Rose Glow) RGB value is (255, 219, 235).
Red value is 255, green value is 219, and blue value is 235.
Cylindrical-coordinate representations (HSL) of color #FFDBEB: hue: 333°, saturation: 100%, and lightness: 92.9%.
Process color (CMYK) of #FFDBEB is 0%, 14.1%, 7.8%, 0%. Web safe color equivalent of #FFDBEB is ##FFCCFF. Color #FFDBEB contains mainly Yellow.
Color Spaces
| Color spaces of #FFDBEB | Value |
|---|---|
| RGB | 255, 219, 235 |
| HSL | 333°, 100%, 92.9% |
| HSV / HSB | 333°, 14.1%, 100% |
| CMYK | 0%, 14.1%, 7.8%, 0% |
| XYZ | 81.57, 77.92, 89.33 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11011011 | 11101011 |
| Octal | 377 | 333 | 353 |
| Decimal | 255 | 219 | 235 |
| Hex | FF | DB | EB |
Shades of #FFDBEB
Tints of #FFDBEB
.mybgColor { background-color: #FFDBEB; }
.myforeColor { color: #FFDBEB; }
.myborderColor { border: 3px solid #FFDBEB; }
<p style="color:#FFDBEB">Text here</p>
This sample text is styled with font color #FFDBEB. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFDBEB">Div content here</div>
<div style="border:3px solid #FFDBEB">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 219, 235, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFDBEB; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFDBEB;
-webkit-box-shadow: 1px 1px 3px #FFDBEB;
box-shadow: 1px 1px 3px #FFDBEB; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #FFDBEB (Rose Glow)
Color Overview & Profile: Color #FFDBEB, also known as Rose Glow, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 100% Red (255/255), 86% Green (219/255), and 92% Blue (235/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFDBEB translates into the CMYK subtractive color model with values of 0% Cyan, 14.1% Magenta, 7.8% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 333°, saturation of 100%, and lightness of 92.9%.
Web Accessibility & Design Recommendations: When implementing #FFDBEB in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##FFCCFF.
