Shades of Selago #FCE4FB
Tints of Selago #FCE4FB
RGB
CMYK
RGB Variations
Color information
#FCE4FB (or 0xFCE4FB) is known color: Selago. HEX triplet: FC, E4 and FB. RGB value is (252,228,251). Sum of RGB (Red+Green+Blue) = 252+228+251=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 228 (89.45% from 255 or 31.19% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4FB is #031B04. Grayscale: #EDEDED. Windows color (decimal): -203525 or 16508156. OLE color: 16508156.
HSL color Cylindrical-coordinate representation of color #FCE4FB: hue angle of 302.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE4FB is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 251 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.01 |
| HSL | 302.5º | 0.8% | 0.94% | - |
| HSV(B) | 302.5º | 0.1% | 0.99% | - |
| XYZ | 85.3 | 83.15 | 102.82 | - |
| YUV | 237.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 251 | 0 | 0.10 | 0.00 | 0.01 | 302.5 | 0.8 | 0.94 |
| Hex | FC | E4 | FB | 0 | A | 0 | 1 | 12E | 50 | 5E |
| Octal | 374 | 344 | 373 | 0 | 12 | 0 | 1 | 456 | 120 | 136 |
| Binary | 11111100 | 11100100 | 11111011 | 0 | 1010 | 0 | 1 | 100101110 | 1010000 | 1011110 |
Color Harmonies of #FCE4FB
Complementary color
Monochromatic Colors of #FCE4FB
Black with #FCE4FB
Text Example
Text Example
White with #FCE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4FB; }
p { color: rgb(252,228,251); }
H1.HeaderClassName
{
color: #FCE4FB;
}
.AnyTagClassName
{
color: #FCE4FB;
}
</style>
background-color css
<style>
a { background-color: #FCE4FB; }
a { background-color: rgb(252,228,251); }
div.DivClassName
{
background-color: #FCE4FB;
}
.BgClassName
{
background-color: #FCE4FB;
}
</style>
border-color css
<style>
span { border-color: #FCE4FB; }
span { border-color: rgb(252,228,251); }
td.TdClassName
{
border-color: #FCE4FB;
}
.TagClassName
{
border-color: #FCE4FB;
}
</style>