Shades of Selago #FDDAFF
Tints of Selago #FDDAFF
RGB
CMYK
RGB Variations
Color information
#FDDAFF (or 0xFDDAFF) is known color: Selago. HEX triplet: FD, DA and FF. RGB value is (253,218,255). Sum of RGB (Red+Green+Blue) = 253+218+255=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 218 (85.55% from 255 or 30.03% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAFF is #022500. Grayscale: #E8E8E8. Windows color (decimal): -140545 or 16767741. OLE color: 16767741.
HSL color Cylindrical-coordinate representation of color #FDDAFF: hue angle of 296.76º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDDAFF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 218 | 255 | - |
| CMYK | 0.01 | 0.15 | 0 | 0 |
| HSL | 296.76º | 1% | 0.93% | - |
| HSV(B) | 296.76º | 0.15% | 1% | - |
| XYZ | 83.63 | 78.25 | 105.3 | - |
| YUV | 232.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 255 | 0.01 | 0.15 | 0 | 0 | 296.76 | 1 | 0.93 |
| Hex | FD | DA | FF | 1 | F | 0 | 0 | 129 | 64 | 5D |
| Octal | 375 | 332 | 377 | 1 | 17 | 0 | 0 | 451 | 144 | 135 |
| Binary | 11111101 | 11011010 | 11111111 | 1 | 1111 | 0 | 0 | 100101001 | 1100100 | 1011101 |
Color Harmonies of #FDDAFF
Complementary color
Monochromatic Colors of #FDDAFF
Black with #FDDAFF
Text Example
Text Example
White with #FDDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAFF; }
p { color: rgb(253,218,255); }
H1.HeaderClassName
{
color: #FDDAFF;
}
.AnyTagClassName
{
color: #FDDAFF;
}
</style>
background-color css
<style>
a { background-color: #FDDAFF; }
a { background-color: rgb(253,218,255); }
div.DivClassName
{
background-color: #FDDAFF;
}
.BgClassName
{
background-color: #FDDAFF;
}
</style>
border-color css
<style>
span { border-color: #FDDAFF; }
span { border-color: rgb(253,218,255); }
td.TdClassName
{
border-color: #FDDAFF;
}
.TagClassName
{
border-color: #FDDAFF;
}
</style>