Shades of Selago #F8CFFF
Tints of Selago #F8CFFF
RGB
CMYK
RGB Variations
Color information
#F8CFFF (or 0xF8CFFF) is known color: Selago. HEX triplet: F8, CF and FF. RGB value is (248,207,255). Sum of RGB (Red+Green+Blue) = 248+207+255=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFFF is #073000. Grayscale: #E0E0E0. Windows color (decimal): -471041 or 16764920. OLE color: 16764920.
HSL color Cylindrical-coordinate representation of color #F8CFFF: hue angle of 291.25º 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 #F8CFFF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 207 | 255 | - |
| CMYK | 0.03 | 0.19 | 0 | 0 |
| HSL | 291.25º | 1% | 0.91% | - |
| HSV(B) | 291.25º | 0.19% | 1% | - |
| XYZ | 79.07 | 71.8 | 104.3 | - |
| YUV | 224.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 255 | 0.03 | 0.19 | 0 | 0 | 291.25 | 1 | 0.91 |
| Hex | F8 | CF | FF | 3 | 13 | 0 | 0 | 123 | 64 | 5B |
| Octal | 370 | 317 | 377 | 3 | 23 | 0 | 0 | 443 | 144 | 133 |
| Binary | 11111000 | 11001111 | 11111111 | 11 | 10011 | 0 | 0 | 100100011 | 1100100 | 1011011 |
Color Harmonies of #F8CFFF
Complementary color
Monochromatic Colors of #F8CFFF
Black with #F8CFFF
Text Example
Text Example
White with #F8CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFFF; }
p { color: rgb(248,207,255); }
H1.HeaderClassName
{
color: #F8CFFF;
}
.AnyTagClassName
{
color: #F8CFFF;
}
</style>
background-color css
<style>
a { background-color: #F8CFFF; }
a { background-color: rgb(248,207,255); }
div.DivClassName
{
background-color: #F8CFFF;
}
.BgClassName
{
background-color: #F8CFFF;
}
</style>
border-color css
<style>
span { border-color: #F8CFFF; }
span { border-color: rgb(248,207,255); }
td.TdClassName
{
border-color: #F8CFFF;
}
.TagClassName
{
border-color: #F8CFFF;
}
</style>