Shades of Selago #FDF7FD
Tints of Selago #FDF7FD
RGB
CMYK
RGB Variations
Color information
#FDF7FD (or 0xFDF7FD) is known color: Selago. HEX triplet: FD, F7 and FD. RGB value is (253,247,253). Sum of RGB (Red+Green+Blue) = 253+247+253=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 247 (96.88% from 255 or 32.80% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDF7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7FD is #020802. Grayscale: #F9F9F9. Windows color (decimal): -133123 or 16644093. OLE color: 16644093.
HSL color Cylindrical-coordinate representation of color #FDF7FD: hue angle of 300º degrees, saturation: 0.6, 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 #FDF7FD is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 253 | - |
CMYK | 0 | 0.02 | 0 | 0.01 |
HSL | 300º | 0.6% | 0.98% | - |
HSV(B) | 300º | 0.02% | 0.99% | - |
XYZ | 91.5 | 94.5 | 106.35 | - |
YUV | 249.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 253 | 0 | 0.02 | 0 | 0.01 | 300 | 0.6 | 0.98 |
Hex | FD | F7 | FD | 0 | 2 | 0 | 1 | 12C | 3C | 62 |
Octal | 375 | 367 | 375 | 0 | 2 | 0 | 1 | 454 | 74 | 142 |
Binary | 11111101 | 11110111 | 11111101 | 0 | 10 | 0 | 1 | 100101100 | 111100 | 1100010 |
Color Harmonies of #FDF7FD
Complementary color
Monochromatic Colors of #FDF7FD
Black with #FDF7FD
Text Example
Text Example
White with #FDF7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7FD; }
p { color: rgb(253,247,253); }
H1.HeaderClassName
{
color: #FDF7FD;
}
.AnyTagClassName
{
color: #FDF7FD;
}
</style>
background-color css
<style>
a { background-color: #FDF7FD; }
a { background-color: rgb(253,247,253); }
div.DivClassName
{
background-color: #FDF7FD;
}
.BgClassName
{
background-color: #FDF7FD;
}
</style>
border-color css
<style>
span { border-color: #FDF7FD; }
span { border-color: rgb(253,247,253); }
td.TdClassName
{
border-color: #FDF7FD;
}
.TagClassName
{
border-color: #FDF7FD;
}
</style>