Shades of Selago #FDF6FD
Tints of Selago #FDF6FD
RGB
CMYK
RGB Variations
Color information
#FDF6FD (or 0xFDF6FD) is known color: Selago. HEX triplet: FD, F6 and FD. RGB value is (253,246,253). Sum of RGB (Red+Green+Blue) = 253+246+253=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 246 (96.48% from 255 or 32.71% from 752); Blue value is 253 (99.22% from 255 or 33.64% from 752); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDF6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6FD is #020902. Grayscale: #F8F8F8. Windows color (decimal): -133379 or 16643837. OLE color: 16643837.
HSL color Cylindrical-coordinate representation of color #FDF6FD: hue angle of 300º degrees, saturation: 0.64, 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 #FDF6FD is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 253 | - |
CMYK | 0 | 0.03 | 0 | 0.01 |
HSL | 300º | 0.64% | 0.98% | - |
HSV(B) | 300º | 0.03% | 0.99% | - |
XYZ | 91.19 | 93.89 | 106.24 | - |
YUV | 248.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 253 | 0 | 0.03 | 0 | 0.01 | 300 | 0.64 | 0.98 |
Hex | FD | F6 | FD | 0 | 3 | 0 | 1 | 12C | 40 | 62 |
Octal | 375 | 366 | 375 | 0 | 3 | 0 | 1 | 454 | 100 | 142 |
Binary | 11111101 | 11110110 | 11111101 | 0 | 11 | 0 | 1 | 100101100 | 1000000 | 1100010 |
Color Harmonies of #FDF6FD
Complementary color
Monochromatic Colors of #FDF6FD
Black with #FDF6FD
Text Example
Text Example
White with #FDF6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6FD; }
p { color: rgb(253,246,253); }
H1.HeaderClassName
{
color: #FDF6FD;
}
.AnyTagClassName
{
color: #FDF6FD;
}
</style>
background-color css
<style>
a { background-color: #FDF6FD; }
a { background-color: rgb(253,246,253); }
div.DivClassName
{
background-color: #FDF6FD;
}
.BgClassName
{
background-color: #FDF6FD;
}
</style>
border-color css
<style>
span { border-color: #FDF6FD; }
span { border-color: rgb(253,246,253); }
td.TdClassName
{
border-color: #FDF6FD;
}
.TagClassName
{
border-color: #FDF6FD;
}
</style>