Shades of Selago #FDF5FC
Tints of Selago #FDF5FC
RGB
CMYK
RGB Variations
Color information
#FDF5FC (or 0xFDF5FC) is known color: Selago. HEX triplet: FD, F5 and FC. RGB value is (253,245,252). Sum of RGB (Red+Green+Blue) = 253+245+252=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 245 (96.09% from 255 or 32.67% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5FC is #020A03. Grayscale: #F8F8F8. Windows color (decimal): -133636 or 16578045. OLE color: 16578045.
HSL color Cylindrical-coordinate representation of color #FDF5FC: hue angle of 307.5º degrees, saturation: 0.67, 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 #FDF5FC is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 252 | - |
CMYK | 0 | 0.03 | 0.00 | 0.01 |
HSL | 307.5º | 0.67% | 0.98% | - |
HSV(B) | 307.5º | 0.03% | 0.99% | - |
XYZ | 90.73 | 93.22 | 105.31 | - |
YUV | 248.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 252 | 0 | 0.03 | 0.00 | 0.01 | 307.5 | 0.67 | 0.98 |
Hex | FD | F5 | FC | 0 | 3 | 0 | 1 | 134 | 43 | 62 |
Octal | 375 | 365 | 374 | 0 | 3 | 0 | 1 | 464 | 103 | 142 |
Binary | 11111101 | 11110101 | 11111100 | 0 | 11 | 0 | 1 | 100110100 | 1000011 | 1100010 |
Color Harmonies of #FDF5FC
Complementary color
Monochromatic Colors of #FDF5FC
Black with #FDF5FC
Text Example
Text Example
White with #FDF5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5FC; }
p { color: rgb(253,245,252); }
H1.HeaderClassName
{
color: #FDF5FC;
}
.AnyTagClassName
{
color: #FDF5FC;
}
</style>
background-color css
<style>
a { background-color: #FDF5FC; }
a { background-color: rgb(253,245,252); }
div.DivClassName
{
background-color: #FDF5FC;
}
.BgClassName
{
background-color: #FDF5FC;
}
</style>
border-color css
<style>
span { border-color: #FDF5FC; }
span { border-color: rgb(253,245,252); }
td.TdClassName
{
border-color: #FDF5FC;
}
.TagClassName
{
border-color: #FDF5FC;
}
</style>