Shades of Selago #FCE8FF
Tints of Selago #FCE8FF
RGB
CMYK
RGB Variations
Color information
#FCE8FF (or 0xFCE8FF) is known color: Selago. HEX triplet: FC, E8 and FF. RGB value is (252,232,255). Sum of RGB (Red+Green+Blue) = 252+232+255=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 232 (91.02% from 255 or 31.39% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8FF is #031700. Grayscale: #F0F0F0. Windows color (decimal): -202497 or 16771324. OLE color: 16771324.
HSL color Cylindrical-coordinate representation of color #FCE8FF: hue angle of 292.17º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE8FF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 232 | 255 | - |
| CMYK | 0.01 | 0.09 | 0 | 0 |
| HSL | 292.17º | 1% | 0.95% | - |
| HSV(B) | 292.17º | 0.09% | 1% | - |
| XYZ | 87.05 | 85.63 | 106.55 | - |
| YUV | 240.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 255 | 0.01 | 0.09 | 0 | 0 | 292.17 | 1 | 0.95 |
| Hex | FC | E8 | FF | 1 | 9 | 0 | 0 | 124 | 64 | 5F |
| Octal | 374 | 350 | 377 | 1 | 11 | 0 | 0 | 444 | 144 | 137 |
| Binary | 11111100 | 11101000 | 11111111 | 1 | 1001 | 0 | 0 | 100100100 | 1100100 | 1011111 |
Color Harmonies of #FCE8FF
Complementary color
Monochromatic Colors of #FCE8FF
Black with #FCE8FF
Text Example
Text Example
White with #FCE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8FF; }
p { color: rgb(252,232,255); }
H1.HeaderClassName
{
color: #FCE8FF;
}
.AnyTagClassName
{
color: #FCE8FF;
}
</style>
background-color css
<style>
a { background-color: #FCE8FF; }
a { background-color: rgb(252,232,255); }
div.DivClassName
{
background-color: #FCE8FF;
}
.BgClassName
{
background-color: #FCE8FF;
}
</style>
border-color css
<style>
span { border-color: #FCE8FF; }
span { border-color: rgb(252,232,255); }
td.TdClassName
{
border-color: #FCE8FF;
}
.TagClassName
{
border-color: #FCE8FF;
}
</style>