Shades of Selago #FCEFFC
Tints of Selago #FCEFFC
RGB
CMYK
RGB Variations
Color information
#FCEFFC (or 0xFCEFFC) is known color: Selago. HEX triplet: FC, EF and FC. RGB value is (252,239,252). Sum of RGB (Red+Green+Blue) = 252+239+252=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 239 (93.75% from 255 or 32.17% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCEFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFFC is #031003. Grayscale: #F4F4F4. Windows color (decimal): -200708 or 16576508. OLE color: 16576508.
HSL color Cylindrical-coordinate representation of color #FCEFFC: hue angle of 300º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFFC is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 252 | - |
CMYK | 0 | 0.05 | 0 | 0.01 |
HSL | 300º | 0.68% | 0.96% | - |
HSV(B) | 300º | 0.05% | 0.99% | - |
XYZ | 88.58 | 89.46 | 104.69 | - |
YUV | 244.37 | 132.31 | 133.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 252 | 0 | 0.05 | 0 | 0.01 | 300 | 0.68 | 0.96 |
Hex | FC | EF | FC | 0 | 5 | 0 | 1 | 12C | 44 | 60 |
Octal | 374 | 357 | 374 | 0 | 5 | 0 | 1 | 454 | 104 | 140 |
Binary | 11111100 | 11101111 | 11111100 | 0 | 101 | 0 | 1 | 100101100 | 1000100 | 1100000 |
Color Harmonies of #FCEFFC
Complementary color
Monochromatic Colors of #FCEFFC
Black with #FCEFFC
Text Example
Text Example
White with #FCEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFFC; }
p { color: rgb(252,239,252); }
H1.HeaderClassName
{
color: #FCEFFC;
}
.AnyTagClassName
{
color: #FCEFFC;
}
</style>
background-color css
<style>
a { background-color: #FCEFFC; }
a { background-color: rgb(252,239,252); }
div.DivClassName
{
background-color: #FCEFFC;
}
.BgClassName
{
background-color: #FCEFFC;
}
</style>
border-color css
<style>
span { border-color: #FCEFFC; }
span { border-color: rgb(252,239,252); }
td.TdClassName
{
border-color: #FCEFFC;
}
.TagClassName
{
border-color: #FCEFFC;
}
</style>