Shades of Selago #FCF9FC
Tints of Selago #FCF9FC
RGB
CMYK
RGB Variations
Color information
#FCF9FC (or 0xFCF9FC) is known color: Selago. HEX triplet: FC, F9 and FC. RGB value is (252,249,252). Sum of RGB (Red+Green+Blue) = 252+249+252=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 249 (97.66% from 255 or 33.07% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FC is #030603. Grayscale: #FAFAFA. Windows color (decimal): -198148 or 16579068. OLE color: 16579068.
HSL color Cylindrical-coordinate representation of color #FCF9FC: hue angle of 300º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCF9FC is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 249 | 252 | - |
CMYK | 0 | 0.01 | 0 | 0.01 |
HSL | 300º | 0.33% | 0.98% | - |
HSV(B) | 300º | 0.01% | 0.99% | - |
XYZ | 91.59 | 95.48 | 105.7 | - |
YUV | 250.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 249 | 252 | 0 | 0.01 | 0 | 0.01 | 300 | 0.33 | 0.98 |
Hex | FC | F9 | FC | 0 | 1 | 0 | 1 | 12C | 21 | 62 |
Octal | 374 | 371 | 374 | 0 | 1 | 0 | 1 | 454 | 41 | 142 |
Binary | 11111100 | 11111001 | 11111100 | 0 | 1 | 0 | 1 | 100101100 | 100001 | 1100010 |
Color Harmonies of #FCF9FC
Complementary color
Monochromatic Colors of #FCF9FC
Black with #FCF9FC
Text Example
Text Example
White with #FCF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9FC; }
p { color: rgb(252,249,252); }
H1.HeaderClassName
{
color: #FCF9FC;
}
.AnyTagClassName
{
color: #FCF9FC;
}
</style>
background-color css
<style>
a { background-color: #FCF9FC; }
a { background-color: rgb(252,249,252); }
div.DivClassName
{
background-color: #FCF9FC;
}
.BgClassName
{
background-color: #FCF9FC;
}
</style>
border-color css
<style>
span { border-color: #FCF9FC; }
span { border-color: rgb(252,249,252); }
td.TdClassName
{
border-color: #FCF9FC;
}
.TagClassName
{
border-color: #FCF9FC;
}
</style>