Shades of Selago #FCE6FE
Tints of Selago #FCE6FE
RGB
CMYK
RGB Variations
Color information
#FCE6FE (or 0xFCE6FE) is known color: Selago. HEX triplet: FC, E6 and FE. RGB value is (252,230,254). Sum of RGB (Red+Green+Blue) = 252+230+254=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 230 (90.23% from 255 or 31.25% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FE is #031901. Grayscale: #EFEFEF. Windows color (decimal): -203010 or 16705276. OLE color: 16705276.
HSL color Cylindrical-coordinate representation of color #FCE6FE: hue angle of 295º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6FE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 230 | 254 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.00 |
| HSL | 295º | 0.92% | 0.95% | - |
| HSV(B) | 295º | 0.09% | 1% | - |
| XYZ | 86.33 | 84.44 | 105.52 | - |
| YUV | 239.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 254 | 0.01 | 0.09 | 0 | 0.00 | 295 | 0.92 | 0.95 |
| Hex | FC | E6 | FE | 1 | 9 | 0 | 0 | 127 | 5C | 5F |
| Octal | 374 | 346 | 376 | 1 | 11 | 0 | 0 | 447 | 134 | 137 |
| Binary | 11111100 | 11100110 | 11111110 | 1 | 1001 | 0 | 0 | 100100111 | 1011100 | 1011111 |
Color Harmonies of #FCE6FE
Complementary color
Monochromatic Colors of #FCE6FE
Black with #FCE6FE
Text Example
Text Example
White with #FCE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6FE; }
p { color: rgb(252,230,254); }
H1.HeaderClassName
{
color: #FCE6FE;
}
.AnyTagClassName
{
color: #FCE6FE;
}
</style>
background-color css
<style>
a { background-color: #FCE6FE; }
a { background-color: rgb(252,230,254); }
div.DivClassName
{
background-color: #FCE6FE;
}
.BgClassName
{
background-color: #FCE6FE;
}
</style>
border-color css
<style>
span { border-color: #FCE6FE; }
span { border-color: rgb(252,230,254); }
td.TdClassName
{
border-color: #FCE6FE;
}
.TagClassName
{
border-color: #FCE6FE;
}
</style>