Shades of Selago #FCE9FB
Tints of Selago #FCE9FB
RGB
CMYK
RGB Variations
Color information
#FCE9FB (or 0xFCE9FB) is known color: Selago. HEX triplet: FC, E9 and FB. RGB value is (252,233,251). Sum of RGB (Red+Green+Blue) = 252+233+251=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 233 (91.41% from 255 or 31.66% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9FB is #031604. Grayscale: #F0F0F0. Windows color (decimal): -202245 or 16509436. OLE color: 16509436.
HSL color Cylindrical-coordinate representation of color #FCE9FB: hue angle of 303.16º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE9FB is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 251 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.01 |
| HSL | 303.16º | 0.76% | 0.95% | - |
| HSV(B) | 303.16º | 0.08% | 0.99% | - |
| XYZ | 86.7 | 85.94 | 103.29 | - |
| YUV | 240.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 251 | 0 | 0.08 | 0.00 | 0.01 | 303.16 | 0.76 | 0.95 |
| Hex | FC | E9 | FB | 0 | 8 | 0 | 1 | 12F | 4C | 5F |
| Octal | 374 | 351 | 373 | 0 | 10 | 0 | 1 | 457 | 114 | 137 |
| Binary | 11111100 | 11101001 | 11111011 | 0 | 1000 | 0 | 1 | 100101111 | 1001100 | 1011111 |
Color Harmonies of #FCE9FB
Complementary color
Monochromatic Colors of #FCE9FB
Black with #FCE9FB
Text Example
Text Example
White with #FCE9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9FB; }
p { color: rgb(252,233,251); }
H1.HeaderClassName
{
color: #FCE9FB;
}
.AnyTagClassName
{
color: #FCE9FB;
}
</style>
background-color css
<style>
a { background-color: #FCE9FB; }
a { background-color: rgb(252,233,251); }
div.DivClassName
{
background-color: #FCE9FB;
}
.BgClassName
{
background-color: #FCE9FB;
}
</style>
border-color css
<style>
span { border-color: #FCE9FB; }
span { border-color: rgb(252,233,251); }
td.TdClassName
{
border-color: #FCE9FB;
}
.TagClassName
{
border-color: #FCE9FB;
}
</style>