Shades of Selago #FDF2FC
Tints of Selago #FDF2FC
RGB
CMYK
RGB Variations
Color information
#FDF2FC (or 0xFDF2FC) is known color: Selago. HEX triplet: FD, F2 and FC. RGB value is (253,242,252). Sum of RGB (Red+Green+Blue) = 253+242+252=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 242 (94.92% from 255 or 32.40% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2FC is #020D03. Grayscale: #F6F6F6. Windows color (decimal): -134404 or 16577277. OLE color: 16577277.
HSL color Cylindrical-coordinate representation of color #FDF2FC: hue angle of 305.45º degrees, saturation: 0.73, 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 #FDF2FC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 242 | 252 | - |
CMYK | 0 | 0.04 | 0.00 | 0.01 |
HSL | 305.45º | 0.73% | 0.97% | - |
HSV(B) | 305.45º | 0.04% | 0.99% | - |
XYZ | 89.83 | 91.42 | 105.01 | - |
YUV | 246.43 | 131.14 | 132.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 252 | 0 | 0.04 | 0.00 | 0.01 | 305.45 | 0.73 | 0.97 |
Hex | FD | F2 | FC | 0 | 4 | 0 | 1 | 131 | 49 | 61 |
Octal | 375 | 362 | 374 | 0 | 4 | 0 | 1 | 461 | 111 | 141 |
Binary | 11111101 | 11110010 | 11111100 | 0 | 100 | 0 | 1 | 100110001 | 1001001 | 1100001 |
Color Harmonies of #FDF2FC
Complementary color
Monochromatic Colors of #FDF2FC
Black with #FDF2FC
Text Example
Text Example
White with #FDF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2FC; }
p { color: rgb(253,242,252); }
H1.HeaderClassName
{
color: #FDF2FC;
}
.AnyTagClassName
{
color: #FDF2FC;
}
</style>
background-color css
<style>
a { background-color: #FDF2FC; }
a { background-color: rgb(253,242,252); }
div.DivClassName
{
background-color: #FDF2FC;
}
.BgClassName
{
background-color: #FDF2FC;
}
</style>
border-color css
<style>
span { border-color: #FDF2FC; }
span { border-color: rgb(253,242,252); }
td.TdClassName
{
border-color: #FDF2FC;
}
.TagClassName
{
border-color: #FDF2FC;
}
</style>