Shades of Selago #FDF9FD
Tints of Selago #FDF9FD
RGB
CMYK
RGB Variations
Color information
#FDF9FD (or 0xFDF9FD) is known color: Selago. HEX triplet: FD, F9 and FD. RGB value is (253,249,253). Sum of RGB (Red+Green+Blue) = 253+249+253=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 249 (97.66% from 255 or 32.98% from 755); Blue value is 253 (99.22% from 255 or 33.51% from 755); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9FD is #020602. Grayscale: #FAFAFA. Windows color (decimal): -132611 or 16644605. OLE color: 16644605.
HSL color Cylindrical-coordinate representation of color #FDF9FD: hue angle of 300º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF9FD is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 253 | - |
CMYK | 0 | 0.02 | 0 | 0.01 |
HSL | 300º | 0.5% | 0.98% | - |
HSV(B) | 300º | 0.02% | 0.99% | - |
XYZ | 92.11 | 95.73 | 106.55 | - |
YUV | 250.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 253 | 0 | 0.02 | 0 | 0.01 | 300 | 0.5 | 0.98 |
Hex | FD | F9 | FD | 0 | 2 | 0 | 1 | 12C | 32 | 62 |
Octal | 375 | 371 | 375 | 0 | 2 | 0 | 1 | 454 | 62 | 142 |
Binary | 11111101 | 11111001 | 11111101 | 0 | 10 | 0 | 1 | 100101100 | 110010 | 1100010 |
Color Harmonies of #FDF9FD
Complementary color
Monochromatic Colors of #FDF9FD
Black with #FDF9FD
Text Example
Text Example
White with #FDF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9FD; }
p { color: rgb(253,249,253); }
H1.HeaderClassName
{
color: #FDF9FD;
}
.AnyTagClassName
{
color: #FDF9FD;
}
</style>
background-color css
<style>
a { background-color: #FDF9FD; }
a { background-color: rgb(253,249,253); }
div.DivClassName
{
background-color: #FDF9FD;
}
.BgClassName
{
background-color: #FDF9FD;
}
</style>
border-color css
<style>
span { border-color: #FDF9FD; }
span { border-color: rgb(253,249,253); }
td.TdClassName
{
border-color: #FDF9FD;
}
.TagClassName
{
border-color: #FDF9FD;
}
</style>