Shades of Selago #FCF0FC
Tints of Selago #FCF0FC
RGB
CMYK
RGB Variations
Color information
#FCF0FC (or 0xFCF0FC) is known color: Selago. HEX triplet: FC, F0 and FC. RGB value is (252,240,252). Sum of RGB (Red+Green+Blue) = 252+240+252=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 240 (94.14% from 255 or 32.26% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0FC is #030F03. Grayscale: #F4F4F4. Windows color (decimal): -200452 or 16576764. OLE color: 16576764.
HSL color Cylindrical-coordinate representation of color #FCF0FC: hue angle of 300º 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 #FCF0FC is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 240 | 252 | - |
CMYK | 0 | 0.05 | 0 | 0.01 |
HSL | 300º | 0.67% | 0.96% | - |
HSV(B) | 300º | 0.05% | 0.99% | - |
XYZ | 88.88 | 90.04 | 104.79 | - |
YUV | 244.96 | 131.98 | 133.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 252 | 0 | 0.05 | 0 | 0.01 | 300 | 0.67 | 0.96 |
Hex | FC | F0 | FC | 0 | 5 | 0 | 1 | 12C | 43 | 60 |
Octal | 374 | 360 | 374 | 0 | 5 | 0 | 1 | 454 | 103 | 140 |
Binary | 11111100 | 11110000 | 11111100 | 0 | 101 | 0 | 1 | 100101100 | 1000011 | 1100000 |
Color Harmonies of #FCF0FC
Complementary color
Monochromatic Colors of #FCF0FC
Black with #FCF0FC
Text Example
Text Example
White with #FCF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0FC; }
p { color: rgb(252,240,252); }
H1.HeaderClassName
{
color: #FCF0FC;
}
.AnyTagClassName
{
color: #FCF0FC;
}
</style>
background-color css
<style>
a { background-color: #FCF0FC; }
a { background-color: rgb(252,240,252); }
div.DivClassName
{
background-color: #FCF0FC;
}
.BgClassName
{
background-color: #FCF0FC;
}
</style>
border-color css
<style>
span { border-color: #FCF0FC; }
span { border-color: rgb(252,240,252); }
td.TdClassName
{
border-color: #FCF0FC;
}
.TagClassName
{
border-color: #FCF0FC;
}
</style>