Shades of Selago #FDD3FE
Tints of Selago #FDD3FE
RGB
CMYK
RGB Variations
Color information
#FDD3FE (or 0xFDD3FE) is known color: Selago. HEX triplet: FD, D3 and FE. RGB value is (253,211,254). Sum of RGB (Red+Green+Blue) = 253+211+254=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 211 (82.81% from 255 or 29.39% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDD3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3FE is #022C01. Grayscale: #E4E4E4. Windows color (decimal): -142338 or 16700413. OLE color: 16700413.
HSL color Cylindrical-coordinate representation of color #FDD3FE: hue angle of 298.6º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD3FE is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 211 | 254 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.00 |
| HSL | 298.6º | 0.96% | 0.91% | - |
| HSV(B) | 298.6º | 0.17% | 1% | - |
| XYZ | 81.69 | 74.63 | 103.86 | - |
| YUV | 228.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 254 | 0.00 | 0.17 | 0 | 0.00 | 298.6 | 0.96 | 0.91 |
| Hex | FD | D3 | FE | 0 | 11 | 0 | 0 | 12B | 60 | 5B |
| Octal | 375 | 323 | 376 | 0 | 21 | 0 | 0 | 453 | 140 | 133 |
| Binary | 11111101 | 11010011 | 11111110 | 0 | 10001 | 0 | 0 | 100101011 | 1100000 | 1011011 |
Color Harmonies of #FDD3FE
Complementary color
Monochromatic Colors of #FDD3FE
Black with #FDD3FE
Text Example
Text Example
White with #FDD3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3FE; }
p { color: rgb(253,211,254); }
H1.HeaderClassName
{
color: #FDD3FE;
}
.AnyTagClassName
{
color: #FDD3FE;
}
</style>
background-color css
<style>
a { background-color: #FDD3FE; }
a { background-color: rgb(253,211,254); }
div.DivClassName
{
background-color: #FDD3FE;
}
.BgClassName
{
background-color: #FDD3FE;
}
</style>
border-color css
<style>
span { border-color: #FDD3FE; }
span { border-color: rgb(253,211,254); }
td.TdClassName
{
border-color: #FDD3FE;
}
.TagClassName
{
border-color: #FDD3FE;
}
</style>