Shades of Selago #FCE4FD
Tints of Selago #FCE4FD
RGB
CMYK
RGB Variations
Color information
#FCE4FD (or 0xFCE4FD) is known color: Selago. HEX triplet: FC, E4 and FD. RGB value is (252,228,253). Sum of RGB (Red+Green+Blue) = 252+228+253=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 228 (89.45% from 255 or 31.11% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4FD is #031B02. Grayscale: #EDEDED. Windows color (decimal): -203523 or 16639228. OLE color: 16639228.
HSL color Cylindrical-coordinate representation of color #FCE4FD: hue angle of 297.6º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE4FD is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 228 | 253 | - |
CMYK | 0.00 | 0.10 | 0 | 0.01 |
HSL | 297.6º | 0.86% | 0.94% | - |
HSV(B) | 297.6º | 0.1% | 0.99% | - |
XYZ | 85.62 | 83.27 | 104.49 | - |
YUV | 238.03 | 136.45 | 137.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 228 | 253 | 0.00 | 0.10 | 0 | 0.01 | 297.6 | 0.86 | 0.94 |
Hex | FC | E4 | FD | 0 | A | 0 | 1 | 12A | 56 | 5E |
Octal | 374 | 344 | 375 | 0 | 12 | 0 | 1 | 452 | 126 | 136 |
Binary | 11111100 | 11100100 | 11111101 | 0 | 1010 | 0 | 1 | 100101010 | 1010110 | 1011110 |
Color Harmonies of #FCE4FD
Complementary color
Monochromatic Colors of #FCE4FD
Black with #FCE4FD
Text Example
Text Example
White with #FCE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4FD; }
p { color: rgb(252,228,253); }
H1.HeaderClassName
{
color: #FCE4FD;
}
.AnyTagClassName
{
color: #FCE4FD;
}
</style>
background-color css
<style>
a { background-color: #FCE4FD; }
a { background-color: rgb(252,228,253); }
div.DivClassName
{
background-color: #FCE4FD;
}
.BgClassName
{
background-color: #FCE4FD;
}
</style>
border-color css
<style>
span { border-color: #FCE4FD; }
span { border-color: rgb(252,228,253); }
td.TdClassName
{
border-color: #FCE4FD;
}
.TagClassName
{
border-color: #FCE4FD;
}
</style>