Shades of Selago #FDDAFA
Tints of Selago #FDDAFA
RGB
CMYK
RGB Variations
Color information
#FDDAFA (or 0xFDDAFA) is known color: Selago. HEX triplet: FD, DA and FA. RGB value is (253,218,250). Sum of RGB (Red+Green+Blue) = 253+218+250=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAFA is #022505. Grayscale: #E8E8E8. Windows color (decimal): -140550 or 16440061. OLE color: 16440061.
HSL color Cylindrical-coordinate representation of color #FDDAFA: hue angle of 305.14º 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 #FDDAFA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 250 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.01 |
| HSL | 305.14º | 0.9% | 0.92% | - |
| HSV(B) | 305.14º | 0.14% | 0.99% | - |
| XYZ | 82.83 | 77.93 | 101.12 | - |
| YUV | 232.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 250 | 0 | 0.14 | 0.01 | 0.01 | 305.14 | 0.9 | 0.92 |
| Hex | FD | DA | FA | 0 | E | 1 | 1 | 131 | 5A | 5C |
| Octal | 375 | 332 | 372 | 0 | 16 | 1 | 1 | 461 | 132 | 134 |
| Binary | 11111101 | 11011010 | 11111010 | 0 | 1110 | 1 | 1 | 100110001 | 1011010 | 1011100 |
Color Harmonies of #FDDAFA
Complementary color
Monochromatic Colors of #FDDAFA
Black with #FDDAFA
Text Example
Text Example
White with #FDDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAFA; }
p { color: rgb(253,218,250); }
H1.HeaderClassName
{
color: #FDDAFA;
}
.AnyTagClassName
{
color: #FDDAFA;
}
</style>
background-color css
<style>
a { background-color: #FDDAFA; }
a { background-color: rgb(253,218,250); }
div.DivClassName
{
background-color: #FDDAFA;
}
.BgClassName
{
background-color: #FDDAFA;
}
</style>
border-color css
<style>
span { border-color: #FDDAFA; }
span { border-color: rgb(253,218,250); }
td.TdClassName
{
border-color: #FDDAFA;
}
.TagClassName
{
border-color: #FDDAFA;
}
</style>