Shades of Selago #FCEEFA
Tints of Selago #FCEEFA
RGB
CMYK
RGB Variations
Color information
#FCEEFA (or 0xFCEEFA) is known color: Selago. HEX triplet: FC, EE and FA. RGB value is (252,238,250). Sum of RGB (Red+Green+Blue) = 252+238+250=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 238 (93.36% from 255 or 32.16% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEFA is #031105. Grayscale: #F3F3F3. Windows color (decimal): -200966 or 16445180. OLE color: 16445180.
HSL color Cylindrical-coordinate representation of color #FCEEFA: hue angle of 308.57º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEEFA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 250 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.01 |
| HSL | 308.57º | 0.7% | 0.96% | - |
| HSV(B) | 308.57º | 0.06% | 0.99% | - |
| XYZ | 87.97 | 88.75 | 102.94 | - |
| YUV | 243.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 250 | 0 | 0.06 | 0.01 | 0.01 | 308.57 | 0.7 | 0.96 |
| Hex | FC | EE | FA | 0 | 6 | 1 | 1 | 135 | 46 | 60 |
| Octal | 374 | 356 | 372 | 0 | 6 | 1 | 1 | 465 | 106 | 140 |
| Binary | 11111100 | 11101110 | 11111010 | 0 | 110 | 1 | 1 | 100110101 | 1000110 | 1100000 |
Color Harmonies of #FCEEFA
Complementary color
Monochromatic Colors of #FCEEFA
Black with #FCEEFA
Text Example
Text Example
White with #FCEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEFA; }
p { color: rgb(252,238,250); }
H1.HeaderClassName
{
color: #FCEEFA;
}
.AnyTagClassName
{
color: #FCEEFA;
}
</style>
background-color css
<style>
a { background-color: #FCEEFA; }
a { background-color: rgb(252,238,250); }
div.DivClassName
{
background-color: #FCEEFA;
}
.BgClassName
{
background-color: #FCEEFA;
}
</style>
border-color css
<style>
span { border-color: #FCEEFA; }
span { border-color: rgb(252,238,250); }
td.TdClassName
{
border-color: #FCEEFA;
}
.TagClassName
{
border-color: #FCEEFA;
}
</style>