Shades of Selago #FCE5FD
Tints of Selago #FCE5FD
RGB
CMYK
RGB Variations
Color information
#FCE5FD (or 0xFCE5FD) is known color: Selago. HEX triplet: FC, E5 and FD. RGB value is (252,229,253). Sum of RGB (Red+Green+Blue) = 252+229+253=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 229 (89.84% from 255 or 31.20% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5FD is #031A02. Grayscale: #EEEEEE. Windows color (decimal): -203267 or 16639484. OLE color: 16639484.
HSL color Cylindrical-coordinate representation of color #FCE5FD: hue angle of 297.5º degrees, saturation: 0.86, 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 #FCE5FD is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 253 | - |
CMYK | 0.00 | 0.09 | 0 | 0.01 |
HSL | 297.5º | 0.86% | 0.95% | - |
HSV(B) | 297.5º | 0.09% | 0.99% | - |
XYZ | 85.89 | 83.83 | 104.58 | - |
YUV | 238.61 | 136.12 | 137.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 253 | 0.00 | 0.09 | 0 | 0.01 | 297.5 | 0.86 | 0.95 |
Hex | FC | E5 | FD | 0 | 9 | 0 | 1 | 12A | 56 | 5F |
Octal | 374 | 345 | 375 | 0 | 11 | 0 | 1 | 452 | 126 | 137 |
Binary | 11111100 | 11100101 | 11111101 | 0 | 1001 | 0 | 1 | 100101010 | 1010110 | 1011111 |
Color Harmonies of #FCE5FD
Complementary color
Monochromatic Colors of #FCE5FD
Black with #FCE5FD
Text Example
Text Example
White with #FCE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5FD; }
p { color: rgb(252,229,253); }
H1.HeaderClassName
{
color: #FCE5FD;
}
.AnyTagClassName
{
color: #FCE5FD;
}
</style>
background-color css
<style>
a { background-color: #FCE5FD; }
a { background-color: rgb(252,229,253); }
div.DivClassName
{
background-color: #FCE5FD;
}
.BgClassName
{
background-color: #FCE5FD;
}
</style>
border-color css
<style>
span { border-color: #FCE5FD; }
span { border-color: rgb(252,229,253); }
td.TdClassName
{
border-color: #FCE5FD;
}
.TagClassName
{
border-color: #FCE5FD;
}
</style>