Shades of Selago #FCEAFC
Tints of Selago #FCEAFC
RGB
CMYK
RGB Variations
Color information
#FCEAFC (or 0xFCEAFC) is known color: Selago. HEX triplet: FC, EA and FC. RGB value is (252,234,252). Sum of RGB (Red+Green+Blue) = 252+234+252=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 234 (91.80% from 255 or 31.71% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFC is #031503. Grayscale: #F1F1F1. Windows color (decimal): -201988 or 16575228. OLE color: 16575228.
HSL color Cylindrical-coordinate representation of color #FCEAFC: hue angle of 300º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEAFC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 252 | - |
| CMYK | 0 | 0.07 | 0 | 0.01 |
| HSL | 300º | 0.75% | 0.95% | - |
| HSV(B) | 300º | 0.07% | 0.99% | - |
| XYZ | 87.14 | 86.57 | 104.21 | - |
| YUV | 241.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 252 | 0 | 0.07 | 0 | 0.01 | 300 | 0.75 | 0.95 |
| Hex | FC | EA | FC | 0 | 7 | 0 | 1 | 12C | 4B | 5F |
| Octal | 374 | 352 | 374 | 0 | 7 | 0 | 1 | 454 | 113 | 137 |
| Binary | 11111100 | 11101010 | 11111100 | 0 | 111 | 0 | 1 | 100101100 | 1001011 | 1011111 |
Color Harmonies of #FCEAFC
Complementary color
Monochromatic Colors of #FCEAFC
Black with #FCEAFC
Text Example
Text Example
White with #FCEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAFC; }
p { color: rgb(252,234,252); }
H1.HeaderClassName
{
color: #FCEAFC;
}
.AnyTagClassName
{
color: #FCEAFC;
}
</style>
background-color css
<style>
a { background-color: #FCEAFC; }
a { background-color: rgb(252,234,252); }
div.DivClassName
{
background-color: #FCEAFC;
}
.BgClassName
{
background-color: #FCEAFC;
}
</style>
border-color css
<style>
span { border-color: #FCEAFC; }
span { border-color: rgb(252,234,252); }
td.TdClassName
{
border-color: #FCEAFC;
}
.TagClassName
{
border-color: #FCEAFC;
}
</style>