Shades of Selago #FCECFC
Tints of Selago #FCECFC
RGB
CMYK
RGB Variations
Color information
#FCECFC (or 0xFCECFC) is known color: Selago. HEX triplet: FC, EC and FC. RGB value is (252,236,252). Sum of RGB (Red+Green+Blue) = 252+236+252=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 236 (92.58% from 255 or 31.89% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECFC is #031303. Grayscale: #F2F2F2. Windows color (decimal): -201476 or 16575740. OLE color: 16575740.
HSL color Cylindrical-coordinate representation of color #FCECFC: hue angle of 300º degrees, saturation: 0.73, 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 #FCECFC is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 252 | - |
CMYK | 0 | 0.06 | 0 | 0.01 |
HSL | 300º | 0.73% | 0.96% | - |
HSV(B) | 300º | 0.06% | 0.99% | - |
XYZ | 87.71 | 87.71 | 104.4 | - |
YUV | 242.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 252 | 0 | 0.06 | 0 | 0.01 | 300 | 0.73 | 0.96 |
Hex | FC | EC | FC | 0 | 6 | 0 | 1 | 12C | 49 | 60 |
Octal | 374 | 354 | 374 | 0 | 6 | 0 | 1 | 454 | 111 | 140 |
Binary | 11111100 | 11101100 | 11111100 | 0 | 110 | 0 | 1 | 100101100 | 1001001 | 1100000 |
Color Harmonies of #FCECFC
Complementary color
Monochromatic Colors of #FCECFC
Black with #FCECFC
Text Example
Text Example
White with #FCECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECFC; }
p { color: rgb(252,236,252); }
H1.HeaderClassName
{
color: #FCECFC;
}
.AnyTagClassName
{
color: #FCECFC;
}
</style>
background-color css
<style>
a { background-color: #FCECFC; }
a { background-color: rgb(252,236,252); }
div.DivClassName
{
background-color: #FCECFC;
}
.BgClassName
{
background-color: #FCECFC;
}
</style>
border-color css
<style>
span { border-color: #FCECFC; }
span { border-color: rgb(252,236,252); }
td.TdClassName
{
border-color: #FCECFC;
}
.TagClassName
{
border-color: #FCECFC;
}
</style>