Shades of Selago #FDF5FD
Tints of Selago #FDF5FD
RGB
CMYK
RGB Variations
Color information
#FDF5FD (or 0xFDF5FD) is known color: Selago. HEX triplet: FD, F5 and FD. RGB value is (253,245,253). Sum of RGB (Red+Green+Blue) = 253+245+253=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 245 (96.09% from 255 or 32.62% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5FD is #020A02. Grayscale: #F8F8F8. Windows color (decimal): -133635 or 16643581. OLE color: 16643581.
HSL color Cylindrical-coordinate representation of color #FDF5FD: hue angle of 300º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF5FD is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 253 | - |
CMYK | 0 | 0.03 | 0 | 0.01 |
HSL | 300º | 0.67% | 0.98% | - |
HSV(B) | 300º | 0.03% | 0.99% | - |
XYZ | 90.89 | 93.28 | 106.14 | - |
YUV | 248.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 253 | 0 | 0.03 | 0 | 0.01 | 300 | 0.67 | 0.98 |
Hex | FD | F5 | FD | 0 | 3 | 0 | 1 | 12C | 43 | 62 |
Octal | 375 | 365 | 375 | 0 | 3 | 0 | 1 | 454 | 103 | 142 |
Binary | 11111101 | 11110101 | 11111101 | 0 | 11 | 0 | 1 | 100101100 | 1000011 | 1100010 |
Color Harmonies of #FDF5FD
Complementary color
Monochromatic Colors of #FDF5FD
Black with #FDF5FD
Text Example
Text Example
White with #FDF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5FD; }
p { color: rgb(253,245,253); }
H1.HeaderClassName
{
color: #FDF5FD;
}
.AnyTagClassName
{
color: #FDF5FD;
}
</style>
background-color css
<style>
a { background-color: #FDF5FD; }
a { background-color: rgb(253,245,253); }
div.DivClassName
{
background-color: #FDF5FD;
}
.BgClassName
{
background-color: #FDF5FD;
}
</style>
border-color css
<style>
span { border-color: #FDF5FD; }
span { border-color: rgb(253,245,253); }
td.TdClassName
{
border-color: #FDF5FD;
}
.TagClassName
{
border-color: #FDF5FD;
}
</style>