Shades of Selago #FDF8FD
Tints of Selago #FDF8FD
RGB
CMYK
RGB Variations
Color information
#FDF8FD (or 0xFDF8FD) is known color: Selago. HEX triplet: FD, F8 and FD. RGB value is (253,248,253). Sum of RGB (Red+Green+Blue) = 253+248+253=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 248 (97.27% from 255 or 32.89% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8FD is #020702. Grayscale: #FAFAFA. Windows color (decimal): -132867 or 16644349. OLE color: 16644349.
HSL color Cylindrical-coordinate representation of color #FDF8FD: hue angle of 300º degrees, saturation: 0.56, 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 #FDF8FD is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 253 | - |
CMYK | 0 | 0.02 | 0 | 0.01 |
HSL | 300º | 0.56% | 0.98% | - |
HSV(B) | 300º | 0.02% | 0.99% | - |
XYZ | 91.81 | 95.11 | 106.45 | - |
YUV | 250.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 253 | 0 | 0.02 | 0 | 0.01 | 300 | 0.56 | 0.98 |
Hex | FD | F8 | FD | 0 | 2 | 0 | 1 | 12C | 38 | 62 |
Octal | 375 | 370 | 375 | 0 | 2 | 0 | 1 | 454 | 70 | 142 |
Binary | 11111101 | 11111000 | 11111101 | 0 | 10 | 0 | 1 | 100101100 | 111000 | 1100010 |
Color Harmonies of #FDF8FD
Complementary color
Monochromatic Colors of #FDF8FD
Black with #FDF8FD
Text Example
Text Example
White with #FDF8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8FD; }
p { color: rgb(253,248,253); }
H1.HeaderClassName
{
color: #FDF8FD;
}
.AnyTagClassName
{
color: #FDF8FD;
}
</style>
background-color css
<style>
a { background-color: #FDF8FD; }
a { background-color: rgb(253,248,253); }
div.DivClassName
{
background-color: #FDF8FD;
}
.BgClassName
{
background-color: #FDF8FD;
}
</style>
border-color css
<style>
span { border-color: #FDF8FD; }
span { border-color: rgb(253,248,253); }
td.TdClassName
{
border-color: #FDF8FD;
}
.TagClassName
{
border-color: #FDF8FD;
}
</style>