Shades of Selago #FCEAFA
Tints of Selago #FCEAFA
RGB
CMYK
RGB Variations
Color information
#FCEAFA (or 0xFCEAFA) is known color: Selago. HEX triplet: FC, EA and FA. RGB value is (252,234,250). Sum of RGB (Red+Green+Blue) = 252+234+250=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 234 (91.80% from 255 or 31.79% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFA is #031505. Grayscale: #F1F1F1. Windows color (decimal): -201990 or 16444156. OLE color: 16444156.
HSL color Cylindrical-coordinate representation of color #FCEAFA: hue angle of 306.67º 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 #FCEAFA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 250 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.01 |
| HSL | 306.67º | 0.75% | 0.95% | - |
| HSV(B) | 306.67º | 0.07% | 0.99% | - |
| XYZ | 86.82 | 86.44 | 102.55 | - |
| YUV | 241.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 250 | 0 | 0.07 | 0.01 | 0.01 | 306.67 | 0.75 | 0.95 |
| Hex | FC | EA | FA | 0 | 7 | 1 | 1 | 133 | 4B | 5F |
| Octal | 374 | 352 | 372 | 0 | 7 | 1 | 1 | 463 | 113 | 137 |
| Binary | 11111100 | 11101010 | 11111010 | 0 | 111 | 1 | 1 | 100110011 | 1001011 | 1011111 |
Color Harmonies of #FCEAFA
Complementary color
Monochromatic Colors of #FCEAFA
Black with #FCEAFA
Text Example
Text Example
White with #FCEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAFA; }
p { color: rgb(252,234,250); }
H1.HeaderClassName
{
color: #FCEAFA;
}
.AnyTagClassName
{
color: #FCEAFA;
}
</style>
background-color css
<style>
a { background-color: #FCEAFA; }
a { background-color: rgb(252,234,250); }
div.DivClassName
{
background-color: #FCEAFA;
}
.BgClassName
{
background-color: #FCEAFA;
}
</style>
border-color css
<style>
span { border-color: #FCEAFA; }
span { border-color: rgb(252,234,250); }
td.TdClassName
{
border-color: #FCEAFA;
}
.TagClassName
{
border-color: #FCEAFA;
}
</style>