Shades of Selago #FCE5FE
Tints of Selago #FCE5FE
RGB
CMYK
RGB Variations
Color information
#FCE5FE (or 0xFCE5FE) is known color: Selago. HEX triplet: FC, E5 and FE. RGB value is (252,229,254). Sum of RGB (Red+Green+Blue) = 252+229+254=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 229 (89.84% from 255 or 31.16% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5FE is #031A01. Grayscale: #EEEEEE. Windows color (decimal): -203266 or 16705020. OLE color: 16705020.
HSL color Cylindrical-coordinate representation of color #FCE5FE: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE5FE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 229 | 254 | - |
CMYK | 0.01 | 0.10 | 0 | 0.00 |
HSL | 295.2º | 0.93% | 0.95% | - |
HSV(B) | 295.2º | 0.1% | 1% | - |
XYZ | 86.05 | 83.89 | 105.42 | - |
YUV | 238.73 | 136.62 | 137.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 254 | 0.01 | 0.10 | 0 | 0.00 | 295.2 | 0.93 | 0.95 |
Hex | FC | E5 | FE | 1 | A | 0 | 0 | 127 | 5D | 5F |
Octal | 374 | 345 | 376 | 1 | 12 | 0 | 0 | 447 | 135 | 137 |
Binary | 11111100 | 11100101 | 11111110 | 1 | 1010 | 0 | 0 | 100100111 | 1011101 | 1011111 |
Color Harmonies of #FCE5FE
Complementary color
Monochromatic Colors of #FCE5FE
Black with #FCE5FE
Text Example
Text Example
White with #FCE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5FE; }
p { color: rgb(252,229,254); }
H1.HeaderClassName
{
color: #FCE5FE;
}
.AnyTagClassName
{
color: #FCE5FE;
}
</style>
background-color css
<style>
a { background-color: #FCE5FE; }
a { background-color: rgb(252,229,254); }
div.DivClassName
{
background-color: #FCE5FE;
}
.BgClassName
{
background-color: #FCE5FE;
}
</style>
border-color css
<style>
span { border-color: #FCE5FE; }
span { border-color: rgb(252,229,254); }
td.TdClassName
{
border-color: #FCE5FE;
}
.TagClassName
{
border-color: #FCE5FE;
}
</style>