Shades of Selago #FFDEF9
Tints of Selago #FFDEF9
RGB
CMYK
RGB Variations
Color information
#FFDEF9 (or 0xFFDEF9) is known color: Selago. HEX triplet: FF, DE and F9. RGB value is (255,222,249). Sum of RGB (Red+Green+Blue) = 255+222+249=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 222 (87.11% from 255 or 30.58% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF9 is #002106. Grayscale: #EAEAEA. Windows color (decimal): -8455 or 16375551. OLE color: 16375551.
HSL color Cylindrical-coordinate representation of color #FFDEF9: hue angle of 310.91º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDEF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 249 | - |
| CMYK | 0 | 0.13 | 0.02 | 0 |
| HSL | 310.91º | 1% | 0.94% | - |
| HSV(B) | 310.91º | 0.13% | 1% | - |
| XYZ | 84.46 | 80.34 | 100.68 | - |
| YUV | 234.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 249 | 0 | 0.13 | 0.02 | 0 | 310.91 | 1 | 0.94 |
| Hex | FF | DE | F9 | 0 | D | 2 | 0 | 137 | 64 | 5E |
| Octal | 377 | 336 | 371 | 0 | 15 | 2 | 0 | 467 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11111001 | 0 | 1101 | 10 | 0 | 100110111 | 1100100 | 1011110 |
Color Harmonies of #FFDEF9
Complementary color
Monochromatic Colors of #FFDEF9
Black with #FFDEF9
Text Example
Text Example
White with #FFDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEF9; }
p { color: rgb(255,222,249); }
H1.HeaderClassName
{
color: #FFDEF9;
}
.AnyTagClassName
{
color: #FFDEF9;
}
</style>
background-color css
<style>
a { background-color: #FFDEF9; }
a { background-color: rgb(255,222,249); }
div.DivClassName
{
background-color: #FFDEF9;
}
.BgClassName
{
background-color: #FFDEF9;
}
</style>
border-color css
<style>
span { border-color: #FFDEF9; }
span { border-color: rgb(255,222,249); }
td.TdClassName
{
border-color: #FFDEF9;
}
.TagClassName
{
border-color: #FFDEF9;
}
</style>