Shades of Selago #FCE8F8
Tints of Selago #FCE8F8
RGB
CMYK
RGB Variations
Color information
#FCE8F8 (or 0xFCE8F8) is known color: Selago. HEX triplet: FC, E8 and F8. RGB value is (252,232,248). Sum of RGB (Red+Green+Blue) = 252+232+248=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 232 (91.02% from 255 or 31.69% from 732); Blue value is 248 (97.27% from 255 or 33.88% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8F8 is #031707. Grayscale: #EFEFEF. Windows color (decimal): -202504 or 16312572. OLE color: 16312572.
HSL color Cylindrical-coordinate representation of color #FCE8F8: hue angle of 312º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE8F8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 248 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.01 |
| HSL | 312º | 0.77% | 0.95% | - |
| HSV(B) | 312º | 0.08% | 0.99% | - |
| XYZ | 85.94 | 85.19 | 100.72 | - |
| YUV | 239.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 248 | 0 | 0.08 | 0.02 | 0.01 | 312 | 0.77 | 0.95 |
| Hex | FC | E8 | F8 | 0 | 8 | 2 | 1 | 138 | 4D | 5F |
| Octal | 374 | 350 | 370 | 0 | 10 | 2 | 1 | 470 | 115 | 137 |
| Binary | 11111100 | 11101000 | 11111000 | 0 | 1000 | 10 | 1 | 100111000 | 1001101 | 1011111 |
Color Harmonies of #FCE8F8
Complementary color
Monochromatic Colors of #FCE8F8
Black with #FCE8F8
Text Example
Text Example
White with #FCE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8F8; }
p { color: rgb(252,232,248); }
H1.HeaderClassName
{
color: #FCE8F8;
}
.AnyTagClassName
{
color: #FCE8F8;
}
</style>
background-color css
<style>
a { background-color: #FCE8F8; }
a { background-color: rgb(252,232,248); }
div.DivClassName
{
background-color: #FCE8F8;
}
.BgClassName
{
background-color: #FCE8F8;
}
</style>
border-color css
<style>
span { border-color: #FCE8F8; }
span { border-color: rgb(252,232,248); }
td.TdClassName
{
border-color: #FCE8F8;
}
.TagClassName
{
border-color: #FCE8F8;
}
</style>