Shades of Selago #FDDAFE
Tints of Selago #FDDAFE
RGB
CMYK
RGB Variations
Color information
#FDDAFE (or 0xFDDAFE) is known color: Selago. HEX triplet: FD, DA and FE. RGB value is (253,218,254). Sum of RGB (Red+Green+Blue) = 253+218+254=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 218 (85.55% from 255 or 30.07% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAFE is #022501. Grayscale: #E8E8E8. Windows color (decimal): -140546 or 16702205. OLE color: 16702205.
HSL color Cylindrical-coordinate representation of color #FDDAFE: hue angle of 298.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDAFE is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 218 | 254 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.00 |
| HSL | 298.33º | 0.95% | 0.93% | - |
| HSV(B) | 298.33º | 0.14% | 1% | - |
| XYZ | 83.47 | 78.18 | 104.46 | - |
| YUV | 232.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 254 | 0.00 | 0.14 | 0 | 0.00 | 298.33 | 0.95 | 0.93 |
| Hex | FD | DA | FE | 0 | E | 0 | 0 | 12A | 5F | 5D |
| Octal | 375 | 332 | 376 | 0 | 16 | 0 | 0 | 452 | 137 | 135 |
| Binary | 11111101 | 11011010 | 11111110 | 0 | 1110 | 0 | 0 | 100101010 | 1011111 | 1011101 |
Color Harmonies of #FDDAFE
Complementary color
Monochromatic Colors of #FDDAFE
Black with #FDDAFE
Text Example
Text Example
White with #FDDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAFE; }
p { color: rgb(253,218,254); }
H1.HeaderClassName
{
color: #FDDAFE;
}
.AnyTagClassName
{
color: #FDDAFE;
}
</style>
background-color css
<style>
a { background-color: #FDDAFE; }
a { background-color: rgb(253,218,254); }
div.DivClassName
{
background-color: #FDDAFE;
}
.BgClassName
{
background-color: #FDDAFE;
}
</style>
border-color css
<style>
span { border-color: #FDDAFE; }
span { border-color: rgb(253,218,254); }
td.TdClassName
{
border-color: #FDDAFE;
}
.TagClassName
{
border-color: #FDDAFE;
}
</style>