Shades of Selago #FDF0FB
Tints of Selago #FDF0FB
RGB
CMYK
RGB Variations
Color information
#FDF0FB (or 0xFDF0FB) is known color: Selago. HEX triplet: FD, F0 and FB. RGB value is (253,240,251). Sum of RGB (Red+Green+Blue) = 253+240+251=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 240 (94.14% from 255 or 32.26% from 744); Blue value is 251 (98.44% from 255 or 33.74% from 744); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0FB is #020F04. Grayscale: #F5F5F5. Windows color (decimal): -134917 or 16511229. OLE color: 16511229.
HSL color Cylindrical-coordinate representation of color #FDF0FB: hue angle of 309.23º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDF0FB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 251 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.01 |
| HSL | 309.23º | 0.76% | 0.97% | - |
| HSV(B) | 309.23º | 0.05% | 0.99% | - |
| XYZ | 89.08 | 90.17 | 103.98 | - |
| YUV | 245.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 251 | 0 | 0.05 | 0.01 | 0.01 | 309.23 | 0.76 | 0.97 |
| Hex | FD | F0 | FB | 0 | 5 | 1 | 1 | 135 | 4C | 61 |
| Octal | 375 | 360 | 373 | 0 | 5 | 1 | 1 | 465 | 114 | 141 |
| Binary | 11111101 | 11110000 | 11111011 | 0 | 101 | 1 | 1 | 100110101 | 1001100 | 1100001 |
Color Harmonies of #FDF0FB
Complementary color
Monochromatic Colors of #FDF0FB
Black with #FDF0FB
Text Example
Text Example
White with #FDF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0FB; }
p { color: rgb(253,240,251); }
H1.HeaderClassName
{
color: #FDF0FB;
}
.AnyTagClassName
{
color: #FDF0FB;
}
</style>
background-color css
<style>
a { background-color: #FDF0FB; }
a { background-color: rgb(253,240,251); }
div.DivClassName
{
background-color: #FDF0FB;
}
.BgClassName
{
background-color: #FDF0FB;
}
</style>
border-color css
<style>
span { border-color: #FDF0FB; }
span { border-color: rgb(253,240,251); }
td.TdClassName
{
border-color: #FDF0FB;
}
.TagClassName
{
border-color: #FDF0FB;
}
</style>