Shades of Selago #FCF2FB
Tints of Selago #FCF2FB
RGB
CMYK
RGB Variations
Color information
#FCF2FB (or 0xFCF2FB) is known color: Selago. HEX triplet: FC, F2 and FB. RGB value is (252,242,251). Sum of RGB (Red+Green+Blue) = 252+242+251=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 242 (94.92% from 255 or 32.48% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FB is #030D04. Grayscale: #F5F5F5. Windows color (decimal): -199941 or 16511740. OLE color: 16511740.
HSL color Cylindrical-coordinate representation of color #FCF2FB: hue angle of 306º degrees, saturation: 0.62, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCF2FB is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 251 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.01 |
| HSL | 306º | 0.63% | 0.97% | - |
| HSV(B) | 306º | 0.04% | 0.99% | - |
| XYZ | 89.31 | 91.16 | 104.16 | - |
| YUV | 246.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 251 | 0 | 0.04 | 0.00 | 0.01 | 306 | 0.63 | 0.97 |
| Hex | FC | F2 | FB | 0 | 4 | 0 | 1 | 132 | 3E | 61 |
| Octal | 374 | 362 | 373 | 0 | 4 | 0 | 1 | 462 | 76 | 141 |
| Binary | 11111100 | 11110010 | 11111011 | 0 | 100 | 0 | 1 | 100110010 | 111110 | 1100001 |
Color Harmonies of #FCF2FB
Complementary color
Monochromatic Colors of #FCF2FB
Black with #FCF2FB
Text Example
Text Example
White with #FCF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2FB; }
p { color: rgb(252,242,251); }
H1.HeaderClassName
{
color: #FCF2FB;
}
.AnyTagClassName
{
color: #FCF2FB;
}
</style>
background-color css
<style>
a { background-color: #FCF2FB; }
a { background-color: rgb(252,242,251); }
div.DivClassName
{
background-color: #FCF2FB;
}
.BgClassName
{
background-color: #FCF2FB;
}
</style>
border-color css
<style>
span { border-color: #FCF2FB; }
span { border-color: rgb(252,242,251); }
td.TdClassName
{
border-color: #FCF2FB;
}
.TagClassName
{
border-color: #FCF2FB;
}
</style>