Shades of Selago #FCE6FA
Tints of Selago #FCE6FA
RGB
CMYK
RGB Variations
Color information
#FCE6FA (or 0xFCE6FA) is known color: Selago. HEX triplet: FC, E6 and FA. RGB value is (252,230,250). Sum of RGB (Red+Green+Blue) = 252+230+250=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 230 (90.23% from 255 or 31.42% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FA is #031905. Grayscale: #EEEEEE. Windows color (decimal): -203014 or 16443132. OLE color: 16443132.
HSL color Cylindrical-coordinate representation of color #FCE6FA: hue angle of 305.45º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6FA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 250 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.01 |
| HSL | 305.45º | 0.79% | 0.95% | - |
| HSV(B) | 305.45º | 0.09% | 0.99% | - |
| XYZ | 85.7 | 84.19 | 102.18 | - |
| YUV | 238.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 250 | 0 | 0.09 | 0.01 | 0.01 | 305.45 | 0.79 | 0.95 |
| Hex | FC | E6 | FA | 0 | 9 | 1 | 1 | 131 | 4F | 5F |
| Octal | 374 | 346 | 372 | 0 | 11 | 1 | 1 | 461 | 117 | 137 |
| Binary | 11111100 | 11100110 | 11111010 | 0 | 1001 | 1 | 1 | 100110001 | 1001111 | 1011111 |
Color Harmonies of #FCE6FA
Complementary color
Monochromatic Colors of #FCE6FA
Black with #FCE6FA
Text Example
Text Example
White with #FCE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6FA; }
p { color: rgb(252,230,250); }
H1.HeaderClassName
{
color: #FCE6FA;
}
.AnyTagClassName
{
color: #FCE6FA;
}
</style>
background-color css
<style>
a { background-color: #FCE6FA; }
a { background-color: rgb(252,230,250); }
div.DivClassName
{
background-color: #FCE6FA;
}
.BgClassName
{
background-color: #FCE6FA;
}
</style>
border-color css
<style>
span { border-color: #FCE6FA; }
span { border-color: rgb(252,230,250); }
td.TdClassName
{
border-color: #FCE6FA;
}
.TagClassName
{
border-color: #FCE6FA;
}
</style>