Shades of Selago #FCF4FC
Tints of Selago #FCF4FC
RGB
CMYK
RGB Variations
Color information
#FCF4FC (or 0xFCF4FC) is known color: Selago. HEX triplet: FC, F4 and FC. RGB value is (252,244,252). Sum of RGB (Red+Green+Blue) = 252+244+252=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 244 (95.70% from 255 or 32.62% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF4FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4FC is #030B03. Grayscale: #F7F7F7. Windows color (decimal): -199428 or 16577788. OLE color: 16577788.
HSL color Cylindrical-coordinate representation of color #FCF4FC: hue angle of 300º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCF4FC is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 244 | 252 | - |
CMYK | 0 | 0.03 | 0 | 0.01 |
HSL | 300º | 0.57% | 0.97% | - |
HSV(B) | 300º | 0.03% | 0.99% | - |
XYZ | 90.07 | 92.43 | 105.19 | - |
YUV | 247.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 244 | 252 | 0 | 0.03 | 0 | 0.01 | 300 | 0.57 | 0.97 |
Hex | FC | F4 | FC | 0 | 3 | 0 | 1 | 12C | 39 | 61 |
Octal | 374 | 364 | 374 | 0 | 3 | 0 | 1 | 454 | 71 | 141 |
Binary | 11111100 | 11110100 | 11111100 | 0 | 11 | 0 | 1 | 100101100 | 111001 | 1100001 |
Color Harmonies of #FCF4FC
Complementary color
Monochromatic Colors of #FCF4FC
Black with #FCF4FC
Text Example
Text Example
White with #FCF4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4FC; }
p { color: rgb(252,244,252); }
H1.HeaderClassName
{
color: #FCF4FC;
}
.AnyTagClassName
{
color: #FCF4FC;
}
</style>
background-color css
<style>
a { background-color: #FCF4FC; }
a { background-color: rgb(252,244,252); }
div.DivClassName
{
background-color: #FCF4FC;
}
.BgClassName
{
background-color: #FCF4FC;
}
</style>
border-color css
<style>
span { border-color: #FCF4FC; }
span { border-color: rgb(252,244,252); }
td.TdClassName
{
border-color: #FCF4FC;
}
.TagClassName
{
border-color: #FCF4FC;
}
</style>