Shades of Selago #FDDAFD
Tints of Selago #FDDAFD
RGB
CMYK
RGB Variations
Color information
#FDDAFD (or 0xFDDAFD) is known color: Selago. HEX triplet: FD, DA and FD. RGB value is (253,218,253). Sum of RGB (Red+Green+Blue) = 253+218+253=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 218 (85.55% from 255 or 30.11% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAFD is #022502. Grayscale: #E8E8E8. Windows color (decimal): -140547 or 16636669. OLE color: 16636669.
HSL color Cylindrical-coordinate representation of color #FDDAFD: hue angle of 300º 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 #FDDAFD is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 253 | - |
CMYK | 0 | 0.14 | 0 | 0.01 |
HSL | 300º | 0.9% | 0.92% | - |
HSV(B) | 300º | 0.14% | 0.99% | - |
XYZ | 83.31 | 78.12 | 103.62 | - |
YUV | 232.46 | 139.6 | 142.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 253 | 0 | 0.14 | 0 | 0.01 | 300 | 0.9 | 0.92 |
Hex | FD | DA | FD | 0 | E | 0 | 1 | 12C | 5A | 5C |
Octal | 375 | 332 | 375 | 0 | 16 | 0 | 1 | 454 | 132 | 134 |
Binary | 11111101 | 11011010 | 11111101 | 0 | 1110 | 0 | 1 | 100101100 | 1011010 | 1011100 |
Color Harmonies of #FDDAFD
Complementary color
Monochromatic Colors of #FDDAFD
Black with #FDDAFD
Text Example
Text Example
White with #FDDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAFD; }
p { color: rgb(253,218,253); }
H1.HeaderClassName
{
color: #FDDAFD;
}
.AnyTagClassName
{
color: #FDDAFD;
}
</style>
background-color css
<style>
a { background-color: #FDDAFD; }
a { background-color: rgb(253,218,253); }
div.DivClassName
{
background-color: #FDDAFD;
}
.BgClassName
{
background-color: #FDDAFD;
}
</style>
border-color css
<style>
span { border-color: #FDDAFD; }
span { border-color: rgb(253,218,253); }
td.TdClassName
{
border-color: #FDDAFD;
}
.TagClassName
{
border-color: #FDDAFD;
}
</style>