Shades of Selago #FCE6FF
Tints of Selago #FCE6FF
RGB
CMYK
RGB Variations
Color information
#FCE6FF (or 0xFCE6FF) is known color: Selago. HEX triplet: FC, E6 and FF. RGB value is (252,230,255). Sum of RGB (Red+Green+Blue) = 252+230+255=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 230 (90.23% from 255 or 31.21% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FF is #031900. Grayscale: #EFEFEF. Windows color (decimal): -203009 or 16770812. OLE color: 16770812.
HSL color Cylindrical-coordinate representation of color #FCE6FF: hue angle of 292.8º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE6FF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 230 | 255 | - |
| CMYK | 0.01 | 0.10 | 0 | 0 |
| HSL | 292.8º | 1% | 0.95% | - |
| HSV(B) | 292.8º | 0.1% | 1% | - |
| XYZ | 86.49 | 84.51 | 106.36 | - |
| YUV | 239.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 255 | 0.01 | 0.10 | 0 | 0 | 292.8 | 1 | 0.95 |
| Hex | FC | E6 | FF | 1 | A | 0 | 0 | 125 | 64 | 5F |
| Octal | 374 | 346 | 377 | 1 | 12 | 0 | 0 | 445 | 144 | 137 |
| Binary | 11111100 | 11100110 | 11111111 | 1 | 1010 | 0 | 0 | 100100101 | 1100100 | 1011111 |
Color Harmonies of #FCE6FF
Complementary color
Monochromatic Colors of #FCE6FF
Black with #FCE6FF
Text Example
Text Example
White with #FCE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6FF; }
p { color: rgb(252,230,255); }
H1.HeaderClassName
{
color: #FCE6FF;
}
.AnyTagClassName
{
color: #FCE6FF;
}
</style>
background-color css
<style>
a { background-color: #FCE6FF; }
a { background-color: rgb(252,230,255); }
div.DivClassName
{
background-color: #FCE6FF;
}
.BgClassName
{
background-color: #FCE6FF;
}
</style>
border-color css
<style>
span { border-color: #FCE6FF; }
span { border-color: rgb(252,230,255); }
td.TdClassName
{
border-color: #FCE6FF;
}
.TagClassName
{
border-color: #FCE6FF;
}
</style>