Shades of Selago #FCE9F9
Tints of Selago #FCE9F9
RGB
CMYK
RGB Variations
Color information
#FCE9F9 (or 0xFCE9F9) is known color: Selago. HEX triplet: FC, E9 and F9. RGB value is (252,233,249). Sum of RGB (Red+Green+Blue) = 252+233+249=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 233 (91.41% from 255 or 31.74% from 734); Blue value is 249 (97.66% from 255 or 33.92% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9F9 is #031606. Grayscale: #F0F0F0. Windows color (decimal): -202247 or 16378364. OLE color: 16378364.
HSL color Cylindrical-coordinate representation of color #FCE9F9: hue angle of 309.47º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE9F9 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 233 | 249 | - |
CMYK | 0 | 0.08 | 0.01 | 0.01 |
HSL | 309.47º | 0.76% | 0.95% | - |
HSV(B) | 309.47º | 0.08% | 0.99% | - |
XYZ | 86.38 | 85.81 | 101.63 | - |
YUV | 240.51 | 132.79 | 136.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 233 | 249 | 0 | 0.08 | 0.01 | 0.01 | 309.47 | 0.76 | 0.95 |
Hex | FC | E9 | F9 | 0 | 8 | 1 | 1 | 135 | 4C | 5F |
Octal | 374 | 351 | 371 | 0 | 10 | 1 | 1 | 465 | 114 | 137 |
Binary | 11111100 | 11101001 | 11111001 | 0 | 1000 | 1 | 1 | 100110101 | 1001100 | 1011111 |
Color Harmonies of #FCE9F9
Complementary color
Monochromatic Colors of #FCE9F9
Black with #FCE9F9
Text Example
Text Example
White with #FCE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9F9; }
p { color: rgb(252,233,249); }
H1.HeaderClassName
{
color: #FCE9F9;
}
.AnyTagClassName
{
color: #FCE9F9;
}
</style>
background-color css
<style>
a { background-color: #FCE9F9; }
a { background-color: rgb(252,233,249); }
div.DivClassName
{
background-color: #FCE9F9;
}
.BgClassName
{
background-color: #FCE9F9;
}
</style>
border-color css
<style>
span { border-color: #FCE9F9; }
span { border-color: rgb(252,233,249); }
td.TdClassName
{
border-color: #FCE9F9;
}
.TagClassName
{
border-color: #FCE9F9;
}
</style>