Shades of Selago #F9CFFF
Tints of Selago #F9CFFF
RGB
CMYK
RGB Variations
Color information
#F9CFFF (or 0xF9CFFF) is known color: Selago. HEX triplet: F9, CF and FF. RGB value is (249,207,255). Sum of RGB (Red+Green+Blue) = 249+207+255=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 207 (81.25% from 255 or 29.11% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFFF is #063000. Grayscale: #E0E0E0. Windows color (decimal): -405505 or 16764921. OLE color: 16764921.
HSL color Cylindrical-coordinate representation of color #F9CFFF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CFFF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 207 | 255 | - |
| CMYK | 0.02 | 0.19 | 0 | 0 |
| HSL | 292.5º | 1% | 0.91% | - |
| HSV(B) | 292.5º | 0.19% | 1% | - |
| XYZ | 79.43 | 71.99 | 104.32 | - |
| YUV | 225.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 255 | 0.02 | 0.19 | 0 | 0 | 292.5 | 1 | 0.91 |
| Hex | F9 | CF | FF | 2 | 13 | 0 | 0 | 124 | 64 | 5B |
| Octal | 371 | 317 | 377 | 2 | 23 | 0 | 0 | 444 | 144 | 133 |
| Binary | 11111001 | 11001111 | 11111111 | 10 | 10011 | 0 | 0 | 100100100 | 1100100 | 1011011 |
Color Harmonies of #F9CFFF
Complementary color
Monochromatic Colors of #F9CFFF
Black with #F9CFFF
Text Example
Text Example
White with #F9CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFFF; }
p { color: rgb(249,207,255); }
H1.HeaderClassName
{
color: #F9CFFF;
}
.AnyTagClassName
{
color: #F9CFFF;
}
</style>
background-color css
<style>
a { background-color: #F9CFFF; }
a { background-color: rgb(249,207,255); }
div.DivClassName
{
background-color: #F9CFFF;
}
.BgClassName
{
background-color: #F9CFFF;
}
</style>
border-color css
<style>
span { border-color: #F9CFFF; }
span { border-color: rgb(249,207,255); }
td.TdClassName
{
border-color: #F9CFFF;
}
.TagClassName
{
border-color: #F9CFFF;
}
</style>