Shades of Selago #FFD9FE
Tints of Selago #FFD9FE
RGB
CMYK
RGB Variations
Color information
#FFD9FE (or 0xFFD9FE) is known color: Selago. HEX triplet: FF, D9 and FE. RGB value is (255,217,254). Sum of RGB (Red+Green+Blue) = 255+217+254=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 217 (85.16% from 255 or 29.89% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9FE is #002601. Grayscale: #E8E8E8. Windows color (decimal): -9730 or 16701951. OLE color: 16701951.
HSL color Cylindrical-coordinate representation of color #FFD9FE: hue angle of 301.58º 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 #FFD9FE is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 254 | - |
| CMYK | 0 | 0.15 | 0.00 | 0 |
| HSL | 301.58º | 1% | 0.93% | - |
| HSV(B) | 301.58º | 0.15% | 1% | - |
| XYZ | 83.94 | 78.04 | 104.41 | - |
| YUV | 232.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 254 | 0 | 0.15 | 0.00 | 0 | 301.58 | 1 | 0.93 |
| Hex | FF | D9 | FE | 0 | F | 0 | 0 | 12E | 64 | 5D |
| Octal | 377 | 331 | 376 | 0 | 17 | 0 | 0 | 456 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11111110 | 0 | 1111 | 0 | 0 | 100101110 | 1100100 | 1011101 |
Color Harmonies of #FFD9FE
Complementary color
Monochromatic Colors of #FFD9FE
Black with #FFD9FE
Text Example
Text Example
White with #FFD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9FE; }
p { color: rgb(255,217,254); }
H1.HeaderClassName
{
color: #FFD9FE;
}
.AnyTagClassName
{
color: #FFD9FE;
}
</style>
background-color css
<style>
a { background-color: #FFD9FE; }
a { background-color: rgb(255,217,254); }
div.DivClassName
{
background-color: #FFD9FE;
}
.BgClassName
{
background-color: #FFD9FE;
}
</style>
border-color css
<style>
span { border-color: #FFD9FE; }
span { border-color: rgb(255,217,254); }
td.TdClassName
{
border-color: #FFD9FE;
}
.TagClassName
{
border-color: #FFD9FE;
}
</style>