Shades of Selago #FDF4FC
Tints of Selago #FDF4FC
RGB
CMYK
RGB Variations
Color information
#FDF4FC (or 0xFDF4FC) is known color: Selago. HEX triplet: FD, F4 and FC. RGB value is (253,244,252). Sum of RGB (Red+Green+Blue) = 253+244+252=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 244 (95.70% from 255 or 32.58% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4FC is #020B03. Grayscale: #F7F7F7. Windows color (decimal): -133892 or 16577789. OLE color: 16577789.
HSL color Cylindrical-coordinate representation of color #FDF4FC: hue angle of 306.67º degrees, saturation: 0.69, 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 #FDF4FC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 252 | - |
CMYK | 0 | 0.04 | 0.00 | 0.01 |
HSL | 306.67º | 0.69% | 0.97% | - |
HSV(B) | 306.67º | 0.04% | 0.99% | - |
XYZ | 90.43 | 92.61 | 105.21 | - |
YUV | 247.6 | 130.48 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 252 | 0 | 0.04 | 0.00 | 0.01 | 306.67 | 0.69 | 0.97 |
Hex | FD | F4 | FC | 0 | 4 | 0 | 1 | 133 | 45 | 61 |
Octal | 375 | 364 | 374 | 0 | 4 | 0 | 1 | 463 | 105 | 141 |
Binary | 11111101 | 11110100 | 11111100 | 0 | 100 | 0 | 1 | 100110011 | 1000101 | 1100001 |
Color Harmonies of #FDF4FC
Complementary color
Monochromatic Colors of #FDF4FC
Black with #FDF4FC
Text Example
Text Example
White with #FDF4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4FC; }
p { color: rgb(253,244,252); }
H1.HeaderClassName
{
color: #FDF4FC;
}
.AnyTagClassName
{
color: #FDF4FC;
}
</style>
background-color css
<style>
a { background-color: #FDF4FC; }
a { background-color: rgb(253,244,252); }
div.DivClassName
{
background-color: #FDF4FC;
}
.BgClassName
{
background-color: #FDF4FC;
}
</style>
border-color css
<style>
span { border-color: #FDF4FC; }
span { border-color: rgb(253,244,252); }
td.TdClassName
{
border-color: #FDF4FC;
}
.TagClassName
{
border-color: #FDF4FC;
}
</style>