Shades of Selago #FCF0FA
Tints of Selago #FCF0FA
RGB
CMYK
RGB Variations
Color information
#FCF0FA (or 0xFCF0FA) is known color: Selago. HEX triplet: FC, F0 and FA. RGB value is (252,240,250). Sum of RGB (Red+Green+Blue) = 252+240+250=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0FA is #030F05. Grayscale: #F4F4F4. Windows color (decimal): -200454 or 16445692. OLE color: 16445692.
HSL color Cylindrical-coordinate representation of color #FCF0FA: hue angle of 310º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCF0FA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 240 | 250 | - |
CMYK | 0 | 0.05 | 0.01 | 0.01 |
HSL | 310º | 0.67% | 0.96% | - |
HSV(B) | 310º | 0.05% | 0.99% | - |
XYZ | 88.56 | 89.92 | 103.13 | - |
YUV | 244.73 | 130.98 | 133.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 250 | 0 | 0.05 | 0.01 | 0.01 | 310 | 0.67 | 0.96 |
Hex | FC | F0 | FA | 0 | 5 | 1 | 1 | 136 | 43 | 60 |
Octal | 374 | 360 | 372 | 0 | 5 | 1 | 1 | 466 | 103 | 140 |
Binary | 11111100 | 11110000 | 11111010 | 0 | 101 | 1 | 1 | 100110110 | 1000011 | 1100000 |
Color Harmonies of #FCF0FA
Complementary color
Monochromatic Colors of #FCF0FA
Black with #FCF0FA
Text Example
Text Example
White with #FCF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0FA; }
p { color: rgb(252,240,250); }
H1.HeaderClassName
{
color: #FCF0FA;
}
.AnyTagClassName
{
color: #FCF0FA;
}
</style>
background-color css
<style>
a { background-color: #FCF0FA; }
a { background-color: rgb(252,240,250); }
div.DivClassName
{
background-color: #FCF0FA;
}
.BgClassName
{
background-color: #FCF0FA;
}
</style>
border-color css
<style>
span { border-color: #FCF0FA; }
span { border-color: rgb(252,240,250); }
td.TdClassName
{
border-color: #FCF0FA;
}
.TagClassName
{
border-color: #FCF0FA;
}
</style>