Shades of Selago #FCEAFF
Tints of Selago #FCEAFF
RGB
CMYK
RGB Variations
Color information
#FCEAFF (or 0xFCEAFF) is known color: Selago. HEX triplet: FC, EA and FF. RGB value is (252,234,255). Sum of RGB (Red+Green+Blue) = 252+234+255=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 234 (91.80% from 255 or 31.58% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFF is #031500. Grayscale: #F1F1F1. Windows color (decimal): -201985 or 16771836. OLE color: 16771836.
HSL color Cylindrical-coordinate representation of color #FCEAFF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCEAFF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 234 | 255 | - |
| CMYK | 0.01 | 0.08 | 0 | 0 |
| HSL | 291.43º | 1% | 0.96% | - |
| HSV(B) | 291.43º | 0.08% | 1% | - |
| XYZ | 87.62 | 86.76 | 106.74 | - |
| YUV | 241.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 255 | 0.01 | 0.08 | 0 | 0 | 291.43 | 1 | 0.96 |
| Hex | FC | EA | FF | 1 | 8 | 0 | 0 | 123 | 64 | 60 |
| Octal | 374 | 352 | 377 | 1 | 10 | 0 | 0 | 443 | 144 | 140 |
| Binary | 11111100 | 11101010 | 11111111 | 1 | 1000 | 0 | 0 | 100100011 | 1100100 | 1100000 |
Color Harmonies of #FCEAFF
Complementary color
Monochromatic Colors of #FCEAFF
Black with #FCEAFF
Text Example
Text Example
White with #FCEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAFF; }
p { color: rgb(252,234,255); }
H1.HeaderClassName
{
color: #FCEAFF;
}
.AnyTagClassName
{
color: #FCEAFF;
}
</style>
background-color css
<style>
a { background-color: #FCEAFF; }
a { background-color: rgb(252,234,255); }
div.DivClassName
{
background-color: #FCEAFF;
}
.BgClassName
{
background-color: #FCEAFF;
}
</style>
border-color css
<style>
span { border-color: #FCEAFF; }
span { border-color: rgb(252,234,255); }
td.TdClassName
{
border-color: #FCEAFF;
}
.TagClassName
{
border-color: #FCEAFF;
}
</style>