Shades of Selago #FDF4FD
Tints of Selago #FDF4FD
RGB
CMYK
RGB Variations
Color information
#FDF4FD (or 0xFDF4FD) is known color: Selago. HEX triplet: FD, F4 and FD. RGB value is (253,244,253). Sum of RGB (Red+Green+Blue) = 253+244+253=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 244 (95.70% from 255 or 32.53% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDF4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4FD is #020B02. Grayscale: #F7F7F7. Windows color (decimal): -133891 or 16643325. OLE color: 16643325.
HSL color Cylindrical-coordinate representation of color #FDF4FD: hue angle of 300º 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 #FDF4FD is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 253 | - |
CMYK | 0 | 0.04 | 0 | 0.01 |
HSL | 300º | 0.69% | 0.97% | - |
HSV(B) | 300º | 0.04% | 0.99% | - |
XYZ | 90.59 | 92.68 | 106.04 | - |
YUV | 247.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 253 | 0 | 0.04 | 0 | 0.01 | 300 | 0.69 | 0.97 |
Hex | FD | F4 | FD | 0 | 4 | 0 | 1 | 12C | 45 | 61 |
Octal | 375 | 364 | 375 | 0 | 4 | 0 | 1 | 454 | 105 | 141 |
Binary | 11111101 | 11110100 | 11111101 | 0 | 100 | 0 | 1 | 100101100 | 1000101 | 1100001 |
Color Harmonies of #FDF4FD
Complementary color
Monochromatic Colors of #FDF4FD
Black with #FDF4FD
Text Example
Text Example
White with #FDF4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4FD; }
p { color: rgb(253,244,253); }
H1.HeaderClassName
{
color: #FDF4FD;
}
.AnyTagClassName
{
color: #FDF4FD;
}
</style>
background-color css
<style>
a { background-color: #FDF4FD; }
a { background-color: rgb(253,244,253); }
div.DivClassName
{
background-color: #FDF4FD;
}
.BgClassName
{
background-color: #FDF4FD;
}
</style>
border-color css
<style>
span { border-color: #FDF4FD; }
span { border-color: rgb(253,244,253); }
td.TdClassName
{
border-color: #FDF4FD;
}
.TagClassName
{
border-color: #FDF4FD;
}
</style>