Shades of Selago #FCE5F8
Tints of Selago #FCE5F8
RGB
CMYK
RGB Variations
Color information
#FCE5F8 (or 0xFCE5F8) is known color: Selago. HEX triplet: FC, E5 and F8. RGB value is (252,229,248). Sum of RGB (Red+Green+Blue) = 252+229+248=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 229 (89.84% from 255 or 31.41% from 729); Blue value is 248 (97.27% from 255 or 34.02% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5F8 is #031A07. Grayscale: #EDEDED. Windows color (decimal): -203272 or 16311804. OLE color: 16311804.
HSL color Cylindrical-coordinate representation of color #FCE5F8: hue angle of 310.43º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE5F8 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 248 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.01 |
| HSL | 310.43º | 0.79% | 0.94% | - |
| HSV(B) | 310.43º | 0.09% | 0.99% | - |
| XYZ | 85.11 | 83.51 | 100.44 | - |
| YUV | 238.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 248 | 0 | 0.09 | 0.02 | 0.01 | 310.43 | 0.79 | 0.94 |
| Hex | FC | E5 | F8 | 0 | 9 | 2 | 1 | 136 | 4F | 5E |
| Octal | 374 | 345 | 370 | 0 | 11 | 2 | 1 | 466 | 117 | 136 |
| Binary | 11111100 | 11100101 | 11111000 | 0 | 1001 | 10 | 1 | 100110110 | 1001111 | 1011110 |
Color Harmonies of #FCE5F8
Complementary color
Monochromatic Colors of #FCE5F8
Black with #FCE5F8
Text Example
Text Example
White with #FCE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5F8; }
p { color: rgb(252,229,248); }
H1.HeaderClassName
{
color: #FCE5F8;
}
.AnyTagClassName
{
color: #FCE5F8;
}
</style>
background-color css
<style>
a { background-color: #FCE5F8; }
a { background-color: rgb(252,229,248); }
div.DivClassName
{
background-color: #FCE5F8;
}
.BgClassName
{
background-color: #FCE5F8;
}
</style>
border-color css
<style>
span { border-color: #FCE5F8; }
span { border-color: rgb(252,229,248); }
td.TdClassName
{
border-color: #FCE5F8;
}
.TagClassName
{
border-color: #FCE5F8;
}
</style>