Shades of Selago #FCE5FA
Tints of Selago #FCE5FA
RGB
CMYK
RGB Variations
Color information
#FCE5FA (or 0xFCE5FA) is known color: Selago. HEX triplet: FC, E5 and FA. RGB value is (252,229,250). Sum of RGB (Red+Green+Blue) = 252+229+250=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 229 (89.84% from 255 or 31.33% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5FA is #031A05. Grayscale: #EEEEEE. Windows color (decimal): -203270 or 16442876. OLE color: 16442876.
HSL color Cylindrical-coordinate representation of color #FCE5FA: hue angle of 305.22º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE5FA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 250 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.01 |
| HSL | 305.22º | 0.79% | 0.94% | - |
| HSV(B) | 305.22º | 0.09% | 0.99% | - |
| XYZ | 85.42 | 83.64 | 102.08 | - |
| YUV | 238.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 250 | 0 | 0.09 | 0.01 | 0.01 | 305.22 | 0.79 | 0.94 |
| Hex | FC | E5 | FA | 0 | 9 | 1 | 1 | 131 | 4F | 5E |
| Octal | 374 | 345 | 372 | 0 | 11 | 1 | 1 | 461 | 117 | 136 |
| Binary | 11111100 | 11100101 | 11111010 | 0 | 1001 | 1 | 1 | 100110001 | 1001111 | 1011110 |
Color Harmonies of #FCE5FA
Complementary color
Monochromatic Colors of #FCE5FA
Black with #FCE5FA
Text Example
Text Example
White with #FCE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5FA; }
p { color: rgb(252,229,250); }
H1.HeaderClassName
{
color: #FCE5FA;
}
.AnyTagClassName
{
color: #FCE5FA;
}
</style>
background-color css
<style>
a { background-color: #FCE5FA; }
a { background-color: rgb(252,229,250); }
div.DivClassName
{
background-color: #FCE5FA;
}
.BgClassName
{
background-color: #FCE5FA;
}
</style>
border-color css
<style>
span { border-color: #FCE5FA; }
span { border-color: rgb(252,229,250); }
td.TdClassName
{
border-color: #FCE5FA;
}
.TagClassName
{
border-color: #FCE5FA;
}
</style>