Shades of Selago #FDD8FF
Tints of Selago #FDD8FF
RGB
CMYK
RGB Variations
Color information
#FDD8FF (or 0xFDD8FF) is known color: Selago. HEX triplet: FD, D8 and FF. RGB value is (253,216,255). Sum of RGB (Red+Green+Blue) = 253+216+255=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 216 (84.77% from 255 or 29.83% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8FF is #022700. Grayscale: #E7E7E7. Windows color (decimal): -141057 or 16767229. OLE color: 16767229.
HSL color Cylindrical-coordinate representation of color #FDD8FF: hue angle of 296.92º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8FF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 216 | 255 | - |
| CMYK | 0.01 | 0.15 | 0 | 0 |
| HSL | 296.92º | 1% | 0.92% | - |
| HSV(B) | 296.92º | 0.15% | 1% | - |
| XYZ | 83.11 | 77.21 | 105.13 | - |
| YUV | 231.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 255 | 0.01 | 0.15 | 0 | 0 | 296.92 | 1 | 0.92 |
| Hex | FD | D8 | FF | 1 | F | 0 | 0 | 129 | 64 | 5C |
| Octal | 375 | 330 | 377 | 1 | 17 | 0 | 0 | 451 | 144 | 134 |
| Binary | 11111101 | 11011000 | 11111111 | 1 | 1111 | 0 | 0 | 100101001 | 1100100 | 1011100 |
Color Harmonies of #FDD8FF
Complementary color
Monochromatic Colors of #FDD8FF
Black with #FDD8FF
Text Example
Text Example
White with #FDD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8FF; }
p { color: rgb(253,216,255); }
H1.HeaderClassName
{
color: #FDD8FF;
}
.AnyTagClassName
{
color: #FDD8FF;
}
</style>
background-color css
<style>
a { background-color: #FDD8FF; }
a { background-color: rgb(253,216,255); }
div.DivClassName
{
background-color: #FDD8FF;
}
.BgClassName
{
background-color: #FDD8FF;
}
</style>
border-color css
<style>
span { border-color: #FDD8FF; }
span { border-color: rgb(253,216,255); }
td.TdClassName
{
border-color: #FDD8FF;
}
.TagClassName
{
border-color: #FDD8FF;
}
</style>