Shades of Selago #FDD9FC
Tints of Selago #FDD9FC
RGB
CMYK
RGB Variations
Color information
#FDD9FC (or 0xFDD9FC) is known color: Selago. HEX triplet: FD, D9 and FC. RGB value is (253,217,252). Sum of RGB (Red+Green+Blue) = 253+217+252=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 217 (85.16% from 255 or 30.06% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9FC is #022603. Grayscale: #E7E7E7. Windows color (decimal): -140804 or 16570877. OLE color: 16570877.
HSL color Cylindrical-coordinate representation of color #FDD9FC: hue angle of 301.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9FC is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 252 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.01 |
| HSL | 301.67º | 0.9% | 0.92% | - |
| HSV(B) | 301.67º | 0.14% | 0.99% | - |
| XYZ | 82.89 | 77.54 | 102.69 | - |
| YUV | 231.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 252 | 0 | 0.14 | 0.00 | 0.01 | 301.67 | 0.9 | 0.92 |
| Hex | FD | D9 | FC | 0 | E | 0 | 1 | 12E | 5A | 5C |
| Octal | 375 | 331 | 374 | 0 | 16 | 0 | 1 | 456 | 132 | 134 |
| Binary | 11111101 | 11011001 | 11111100 | 0 | 1110 | 0 | 1 | 100101110 | 1011010 | 1011100 |
Color Harmonies of #FDD9FC
Complementary color
Monochromatic Colors of #FDD9FC
Black with #FDD9FC
Text Example
Text Example
White with #FDD9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9FC; }
p { color: rgb(253,217,252); }
H1.HeaderClassName
{
color: #FDD9FC;
}
.AnyTagClassName
{
color: #FDD9FC;
}
</style>
background-color css
<style>
a { background-color: #FDD9FC; }
a { background-color: rgb(253,217,252); }
div.DivClassName
{
background-color: #FDD9FC;
}
.BgClassName
{
background-color: #FDD9FC;
}
</style>
border-color css
<style>
span { border-color: #FDD9FC; }
span { border-color: rgb(253,217,252); }
td.TdClassName
{
border-color: #FDD9FC;
}
.TagClassName
{
border-color: #FDD9FC;
}
</style>