Shades of Selago #FDD9FA
Tints of Selago #FDD9FA
RGB
CMYK
RGB Variations
Color information
#FDD9FA (or 0xFDD9FA) is known color: Selago. HEX triplet: FD, D9 and FA. RGB value is (253,217,250). Sum of RGB (Red+Green+Blue) = 253+217+250=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 217 (85.16% from 255 or 30.14% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9FA is #022605. Grayscale: #E7E7E7. Windows color (decimal): -140806 or 16439805. OLE color: 16439805.
HSL color Cylindrical-coordinate representation of color #FDD9FA: hue angle of 305º 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 #FDD9FA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 250 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.01 |
| HSL | 305º | 0.9% | 0.92% | - |
| HSV(B) | 305º | 0.14% | 0.99% | - |
| XYZ | 82.58 | 77.41 | 101.03 | - |
| YUV | 231.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 250 | 0 | 0.14 | 0.01 | 0.01 | 305 | 0.9 | 0.92 |
| Hex | FD | D9 | FA | 0 | E | 1 | 1 | 131 | 5A | 5C |
| Octal | 375 | 331 | 372 | 0 | 16 | 1 | 1 | 461 | 132 | 134 |
| Binary | 11111101 | 11011001 | 11111010 | 0 | 1110 | 1 | 1 | 100110001 | 1011010 | 1011100 |
Color Harmonies of #FDD9FA
Complementary color
Monochromatic Colors of #FDD9FA
Black with #FDD9FA
Text Example
Text Example
White with #FDD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9FA; }
p { color: rgb(253,217,250); }
H1.HeaderClassName
{
color: #FDD9FA;
}
.AnyTagClassName
{
color: #FDD9FA;
}
</style>
background-color css
<style>
a { background-color: #FDD9FA; }
a { background-color: rgb(253,217,250); }
div.DivClassName
{
background-color: #FDD9FA;
}
.BgClassName
{
background-color: #FDD9FA;
}
</style>
border-color css
<style>
span { border-color: #FDD9FA; }
span { border-color: rgb(253,217,250); }
td.TdClassName
{
border-color: #FDD9FA;
}
.TagClassName
{
border-color: #FDD9FA;
}
</style>