Shades of Selago #FDD3FF
Tints of Selago #FDD3FF
RGB
CMYK
RGB Variations
Color information
#FDD3FF (or 0xFDD3FF) is known color: Selago. HEX triplet: FD, D3 and FF. RGB value is (253,211,255). Sum of RGB (Red+Green+Blue) = 253+211+255=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 211 (82.81% from 255 or 29.35% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3FF is #022C00. Grayscale: #E4E4E4. Windows color (decimal): -142337 or 16765949. OLE color: 16765949.
HSL color Cylindrical-coordinate representation of color #FDD3FF: hue angle of 297.27º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD3FF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 211 | 255 | - |
| CMYK | 0.01 | 0.17 | 0 | 0 |
| HSL | 297.27º | 1% | 0.91% | - |
| HSV(B) | 297.27º | 0.17% | 1% | - |
| XYZ | 81.85 | 74.69 | 104.71 | - |
| YUV | 228.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 255 | 0.01 | 0.17 | 0 | 0 | 297.27 | 1 | 0.91 |
| Hex | FD | D3 | FF | 1 | 11 | 0 | 0 | 129 | 64 | 5B |
| Octal | 375 | 323 | 377 | 1 | 21 | 0 | 0 | 451 | 144 | 133 |
| Binary | 11111101 | 11010011 | 11111111 | 1 | 10001 | 0 | 0 | 100101001 | 1100100 | 1011011 |
Color Harmonies of #FDD3FF
Complementary color
Monochromatic Colors of #FDD3FF
Black with #FDD3FF
Text Example
Text Example
White with #FDD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3FF; }
p { color: rgb(253,211,255); }
H1.HeaderClassName
{
color: #FDD3FF;
}
.AnyTagClassName
{
color: #FDD3FF;
}
</style>
background-color css
<style>
a { background-color: #FDD3FF; }
a { background-color: rgb(253,211,255); }
div.DivClassName
{
background-color: #FDD3FF;
}
.BgClassName
{
background-color: #FDD3FF;
}
</style>
border-color css
<style>
span { border-color: #FDD3FF; }
span { border-color: rgb(253,211,255); }
td.TdClassName
{
border-color: #FDD3FF;
}
.TagClassName
{
border-color: #FDD3FF;
}
</style>