Shades of Selago #FDF4FE
Tints of Selago #FDF4FE
RGB
CMYK
RGB Variations
Color information
#FDF4FE (or 0xFDF4FE) is known color: Selago. HEX triplet: FD, F4 and FE. RGB value is (253,244,254). Sum of RGB (Red+Green+Blue) = 253+244+254=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 244 (95.70% from 255 or 32.49% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4FE is #020B01. Grayscale: #F7F7F7. Windows color (decimal): -133890 or 16708861. OLE color: 16708861.
HSL color Cylindrical-coordinate representation of color #FDF4FE: hue angle of 294º degrees, saturation: 0.83, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF4FE is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 244 | 254 | - |
CMYK | 0.00 | 0.04 | 0 | 0.00 |
HSL | 294º | 0.83% | 0.98% | - |
HSV(B) | 294º | 0.04% | 1% | - |
XYZ | 90.75 | 92.74 | 106.88 | - |
YUV | 247.83 | 131.48 | 131.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 254 | 0.00 | 0.04 | 0 | 0.00 | 294 | 0.83 | 0.98 |
Hex | FD | F4 | FE | 0 | 4 | 0 | 0 | 126 | 53 | 62 |
Octal | 375 | 364 | 376 | 0 | 4 | 0 | 0 | 446 | 123 | 142 |
Binary | 11111101 | 11110100 | 11111110 | 0 | 100 | 0 | 0 | 100100110 | 1010011 | 1100010 |
Color Harmonies of #FDF4FE
Complementary color
Monochromatic Colors of #FDF4FE
Black with #FDF4FE
Text Example
Text Example
White with #FDF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4FE; }
p { color: rgb(253,244,254); }
H1.HeaderClassName
{
color: #FDF4FE;
}
.AnyTagClassName
{
color: #FDF4FE;
}
</style>
background-color css
<style>
a { background-color: #FDF4FE; }
a { background-color: rgb(253,244,254); }
div.DivClassName
{
background-color: #FDF4FE;
}
.BgClassName
{
background-color: #FDF4FE;
}
</style>
border-color css
<style>
span { border-color: #FDF4FE; }
span { border-color: rgb(253,244,254); }
td.TdClassName
{
border-color: #FDF4FE;
}
.TagClassName
{
border-color: #FDF4FE;
}
</style>