Shades of Selago #FCE7FD
Tints of Selago #FCE7FD
RGB
CMYK
RGB Variations
Color information
#FCE7FD (or 0xFCE7FD) is known color: Selago. HEX triplet: FC, E7 and FD. RGB value is (252,231,253). Sum of RGB (Red+Green+Blue) = 252+231+253=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 231 (90.62% from 255 or 31.39% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCE7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7FD is #031802. Grayscale: #EFEFEF. Windows color (decimal): -202755 or 16639996. OLE color: 16639996.
HSL color Cylindrical-coordinate representation of color #FCE7FD: hue angle of 297.27º degrees, saturation: 0.85, 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 #FCE7FD is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 253 | - |
CMYK | 0.00 | 0.09 | 0 | 0.01 |
HSL | 297.27º | 0.85% | 0.95% | - |
HSV(B) | 297.27º | 0.09% | 0.99% | - |
XYZ | 86.45 | 84.94 | 104.77 | - |
YUV | 239.79 | 135.46 | 136.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 253 | 0.00 | 0.09 | 0 | 0.01 | 297.27 | 0.85 | 0.95 |
Hex | FC | E7 | FD | 0 | 9 | 0 | 1 | 129 | 55 | 5F |
Octal | 374 | 347 | 375 | 0 | 11 | 0 | 1 | 451 | 125 | 137 |
Binary | 11111100 | 11100111 | 11111101 | 0 | 1001 | 0 | 1 | 100101001 | 1010101 | 1011111 |
Color Harmonies of #FCE7FD
Complementary color
Monochromatic Colors of #FCE7FD
Black with #FCE7FD
Text Example
Text Example
White with #FCE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7FD; }
p { color: rgb(252,231,253); }
H1.HeaderClassName
{
color: #FCE7FD;
}
.AnyTagClassName
{
color: #FCE7FD;
}
</style>
background-color css
<style>
a { background-color: #FCE7FD; }
a { background-color: rgb(252,231,253); }
div.DivClassName
{
background-color: #FCE7FD;
}
.BgClassName
{
background-color: #FCE7FD;
}
</style>
border-color css
<style>
span { border-color: #FCE7FD; }
span { border-color: rgb(252,231,253); }
td.TdClassName
{
border-color: #FCE7FD;
}
.TagClassName
{
border-color: #FCE7FD;
}
</style>