Shades of Selago #FDF6FC
Tints of Selago #FDF6FC
RGB
CMYK
RGB Variations
Color information
#FDF6FC (or 0xFDF6FC) is known color: Selago. HEX triplet: FD, F6 and FC. RGB value is (253,246,252). Sum of RGB (Red+Green+Blue) = 253+246+252=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 246 (96.48% from 255 or 32.76% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6FC is #020903. Grayscale: #F8F8F8. Windows color (decimal): -133380 or 16578301. OLE color: 16578301.
HSL color Cylindrical-coordinate representation of color #FDF6FC: hue angle of 308.57º degrees, saturation: 0.64, 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 #FDF6FC is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 252 | - |
CMYK | 0 | 0.03 | 0.00 | 0.01 |
HSL | 308.57º | 0.64% | 0.98% | - |
HSV(B) | 308.57º | 0.03% | 0.99% | - |
XYZ | 91.03 | 93.82 | 105.41 | - |
YUV | 248.78 | 129.82 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 252 | 0 | 0.03 | 0.00 | 0.01 | 308.57 | 0.64 | 0.98 |
Hex | FD | F6 | FC | 0 | 3 | 0 | 1 | 135 | 40 | 62 |
Octal | 375 | 366 | 374 | 0 | 3 | 0 | 1 | 465 | 100 | 142 |
Binary | 11111101 | 11110110 | 11111100 | 0 | 11 | 0 | 1 | 100110101 | 1000000 | 1100010 |
Color Harmonies of #FDF6FC
Complementary color
Monochromatic Colors of #FDF6FC
Black with #FDF6FC
Text Example
Text Example
White with #FDF6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6FC; }
p { color: rgb(253,246,252); }
H1.HeaderClassName
{
color: #FDF6FC;
}
.AnyTagClassName
{
color: #FDF6FC;
}
</style>
background-color css
<style>
a { background-color: #FDF6FC; }
a { background-color: rgb(253,246,252); }
div.DivClassName
{
background-color: #FDF6FC;
}
.BgClassName
{
background-color: #FDF6FC;
}
</style>
border-color css
<style>
span { border-color: #FDF6FC; }
span { border-color: rgb(253,246,252); }
td.TdClassName
{
border-color: #FDF6FC;
}
.TagClassName
{
border-color: #FDF6FC;
}
</style>