Shades of Selago #FDF0FF
Tints of Selago #FDF0FF
RGB
CMYK
RGB Variations
Color information
#FDF0FF (or 0xFDF0FF) is known color: Selago. HEX triplet: FD, F0 and FF. RGB value is (253,240,255). Sum of RGB (Red+Green+Blue) = 253+240+255=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 240 (94.14% from 255 or 32.09% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0FF is #020F00. Grayscale: #F5F5F5. Windows color (decimal): -134913 or 16773373. OLE color: 16773373.
HSL color Cylindrical-coordinate representation of color #FDF0FF: hue angle of 292º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF0FF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 240 | 255 | - |
| CMYK | 0.01 | 0.06 | 0 | 0 |
| HSL | 292º | 1% | 0.97% | - |
| HSV(B) | 292º | 0.06% | 1% | - |
| XYZ | 89.72 | 90.42 | 107.33 | - |
| YUV | 245.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 255 | 0.01 | 0.06 | 0 | 0 | 292 | 1 | 0.97 |
| Hex | FD | F0 | FF | 1 | 6 | 0 | 0 | 124 | 64 | 61 |
| Octal | 375 | 360 | 377 | 1 | 6 | 0 | 0 | 444 | 144 | 141 |
| Binary | 11111101 | 11110000 | 11111111 | 1 | 110 | 0 | 0 | 100100100 | 1100100 | 1100001 |
Color Harmonies of #FDF0FF
Complementary color
Monochromatic Colors of #FDF0FF
Black with #FDF0FF
Text Example
Text Example
White with #FDF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0FF; }
p { color: rgb(253,240,255); }
H1.HeaderClassName
{
color: #FDF0FF;
}
.AnyTagClassName
{
color: #FDF0FF;
}
</style>
background-color css
<style>
a { background-color: #FDF0FF; }
a { background-color: rgb(253,240,255); }
div.DivClassName
{
background-color: #FDF0FF;
}
.BgClassName
{
background-color: #FDF0FF;
}
</style>
border-color css
<style>
span { border-color: #FDF0FF; }
span { border-color: rgb(253,240,255); }
td.TdClassName
{
border-color: #FDF0FF;
}
.TagClassName
{
border-color: #FDF0FF;
}
</style>