Shades of Selago #FCE2FF
Tints of Selago #FCE2FF
RGB
CMYK
RGB Variations
Color information
#FCE2FF (or 0xFCE2FF) is known color: Selago. HEX triplet: FC, E2 and FF. RGB value is (252,226,255). Sum of RGB (Red+Green+Blue) = 252+226+255=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 226 (88.67% from 255 or 30.83% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2FF is #031D00. Grayscale: #ECECEC. Windows color (decimal): -204033 or 16769788. OLE color: 16769788.
HSL color Cylindrical-coordinate representation of color #FCE2FF: hue angle of 293.79º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE2FF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 226 | 255 | - |
CMYK | 0.01 | 0.11 | 0 | 0 |
HSL | 293.79º | 1% | 0.94% | - |
HSV(B) | 293.79º | 0.11% | 1% | - |
XYZ | 85.39 | 82.31 | 105.99 | - |
YUV | 237.08 | 138.11 | 138.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 255 | 0.01 | 0.11 | 0 | 0 | 293.79 | 1 | 0.94 |
Hex | FC | E2 | FF | 1 | B | 0 | 0 | 126 | 64 | 5E |
Octal | 374 | 342 | 377 | 1 | 13 | 0 | 0 | 446 | 144 | 136 |
Binary | 11111100 | 11100010 | 11111111 | 1 | 1011 | 0 | 0 | 100100110 | 1100100 | 1011110 |
Color Harmonies of #FCE2FF
Complementary color
Monochromatic Colors of #FCE2FF
Black with #FCE2FF
Text Example
Text Example
White with #FCE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2FF; }
p { color: rgb(252,226,255); }
H1.HeaderClassName
{
color: #FCE2FF;
}
.AnyTagClassName
{
color: #FCE2FF;
}
</style>
background-color css
<style>
a { background-color: #FCE2FF; }
a { background-color: rgb(252,226,255); }
div.DivClassName
{
background-color: #FCE2FF;
}
.BgClassName
{
background-color: #FCE2FF;
}
</style>
border-color css
<style>
span { border-color: #FCE2FF; }
span { border-color: rgb(252,226,255); }
td.TdClassName
{
border-color: #FCE2FF;
}
.TagClassName
{
border-color: #FCE2FF;
}
</style>