Shades of Selago #FDF5FE
Tints of Selago #FDF5FE
RGB
CMYK
RGB Variations
Color information
#FDF5FE (or 0xFDF5FE) is known color: Selago. HEX triplet: FD, F5 and FE. RGB value is (253,245,254). Sum of RGB (Red+Green+Blue) = 253+245+254=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 245 (96.09% from 255 or 32.58% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5FE is #020A01. Grayscale: #F8F8F8. Windows color (decimal): -133634 or 16709117. OLE color: 16709117.
HSL color Cylindrical-coordinate representation of color #FDF5FE: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF5FE is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 245 | 254 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.00 |
| HSL | 293.33º | 0.82% | 0.98% | - |
| HSV(B) | 293.33º | 0.04% | 1% | - |
| XYZ | 91.05 | 93.34 | 106.98 | - |
| YUV | 248.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 254 | 0.00 | 0.04 | 0 | 0.00 | 293.33 | 0.82 | 0.98 |
| Hex | FD | F5 | FE | 0 | 4 | 0 | 0 | 125 | 52 | 62 |
| Octal | 375 | 365 | 376 | 0 | 4 | 0 | 0 | 445 | 122 | 142 |
| Binary | 11111101 | 11110101 | 11111110 | 0 | 100 | 0 | 0 | 100100101 | 1010010 | 1100010 |
Color Harmonies of #FDF5FE
Complementary color
Monochromatic Colors of #FDF5FE
Black with #FDF5FE
Text Example
Text Example
White with #FDF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5FE; }
p { color: rgb(253,245,254); }
H1.HeaderClassName
{
color: #FDF5FE;
}
.AnyTagClassName
{
color: #FDF5FE;
}
</style>
background-color css
<style>
a { background-color: #FDF5FE; }
a { background-color: rgb(253,245,254); }
div.DivClassName
{
background-color: #FDF5FE;
}
.BgClassName
{
background-color: #FDF5FE;
}
</style>
border-color css
<style>
span { border-color: #FDF5FE; }
span { border-color: rgb(253,245,254); }
td.TdClassName
{
border-color: #FDF5FE;
}
.TagClassName
{
border-color: #FDF5FE;
}
</style>