Shades of Selago #FFD9FC
Tints of Selago #FFD9FC
RGB
CMYK
RGB Variations
Color information
#FFD9FC (or 0xFFD9FC) is known color: Selago. HEX triplet: FF, D9 and FC. RGB value is (255,217,252). Sum of RGB (Red+Green+Blue) = 255+217+252=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 217 (85.16% from 255 or 29.97% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9FC is #002603. Grayscale: #E8E8E8. Windows color (decimal): -9732 or 16570879. OLE color: 16570879.
HSL color Cylindrical-coordinate representation of color #FFD9FC: hue angle of 304.74º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9FC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 252 | - |
| CMYK | 0 | 0.15 | 0.01 | 0 |
| HSL | 304.74º | 1% | 0.93% | - |
| HSV(B) | 304.74º | 0.15% | 1% | - |
| XYZ | 83.62 | 77.91 | 102.73 | - |
| YUV | 232.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 252 | 0 | 0.15 | 0.01 | 0 | 304.74 | 1 | 0.93 |
| Hex | FF | D9 | FC | 0 | F | 1 | 0 | 131 | 64 | 5D |
| Octal | 377 | 331 | 374 | 0 | 17 | 1 | 0 | 461 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11111100 | 0 | 1111 | 1 | 0 | 100110001 | 1100100 | 1011101 |
Color Harmonies of #FFD9FC
Complementary color
Monochromatic Colors of #FFD9FC
Black with #FFD9FC
Text Example
Text Example
White with #FFD9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9FC; }
p { color: rgb(255,217,252); }
H1.HeaderClassName
{
color: #FFD9FC;
}
.AnyTagClassName
{
color: #FFD9FC;
}
</style>
background-color css
<style>
a { background-color: #FFD9FC; }
a { background-color: rgb(255,217,252); }
div.DivClassName
{
background-color: #FFD9FC;
}
.BgClassName
{
background-color: #FFD9FC;
}
</style>
border-color css
<style>
span { border-color: #FFD9FC; }
span { border-color: rgb(255,217,252); }
td.TdClassName
{
border-color: #FFD9FC;
}
.TagClassName
{
border-color: #FFD9FC;
}
</style>