Shades of Selago #FDDAFB
Tints of Selago #FDDAFB
RGB
CMYK
RGB Variations
Color information
#FDDAFB (or 0xFDDAFB) is known color: Selago. HEX triplet: FD, DA and FB. RGB value is (253,218,251). Sum of RGB (Red+Green+Blue) = 253+218+251=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAFB is #022504. Grayscale: #E8E8E8. Windows color (decimal): -140549 or 16505597. OLE color: 16505597.
HSL color Cylindrical-coordinate representation of color #FDDAFB: hue angle of 303.43º 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 #FDDAFB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 251 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.01 |
| HSL | 303.43º | 0.9% | 0.92% | - |
| HSV(B) | 303.43º | 0.14% | 0.99% | - |
| XYZ | 82.99 | 77.99 | 101.95 | - |
| YUV | 232.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 251 | 0 | 0.14 | 0.01 | 0.01 | 303.43 | 0.9 | 0.92 |
| Hex | FD | DA | FB | 0 | E | 1 | 1 | 12F | 5A | 5C |
| Octal | 375 | 332 | 373 | 0 | 16 | 1 | 1 | 457 | 132 | 134 |
| Binary | 11111101 | 11011010 | 11111011 | 0 | 1110 | 1 | 1 | 100101111 | 1011010 | 1011100 |
Color Harmonies of #FDDAFB
Complementary color
Monochromatic Colors of #FDDAFB
Black with #FDDAFB
Text Example
Text Example
White with #FDDAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAFB; }
p { color: rgb(253,218,251); }
H1.HeaderClassName
{
color: #FDDAFB;
}
.AnyTagClassName
{
color: #FDDAFB;
}
</style>
background-color css
<style>
a { background-color: #FDDAFB; }
a { background-color: rgb(253,218,251); }
div.DivClassName
{
background-color: #FDDAFB;
}
.BgClassName
{
background-color: #FDDAFB;
}
</style>
border-color css
<style>
span { border-color: #FDDAFB; }
span { border-color: rgb(253,218,251); }
td.TdClassName
{
border-color: #FDDAFB;
}
.TagClassName
{
border-color: #FDDAFB;
}
</style>