Shades of Selago #FDDBFF
Tints of Selago #FDDBFF
RGB
CMYK
RGB Variations
Color information
#FDDBFF (or 0xFDDBFF) is known color: Selago. HEX triplet: FD, DB and FF. RGB value is (253,219,255). Sum of RGB (Red+Green+Blue) = 253+219+255=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 219 (85.94% from 255 or 30.12% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBFF is #022400. Grayscale: #E9E9E9. Windows color (decimal): -140289 or 16767997. OLE color: 16767997.
HSL color Cylindrical-coordinate representation of color #FDDBFF: hue angle of 296.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDBFF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 219 | 255 | - |
CMYK | 0.01 | 0.14 | 0 | 0 |
HSL | 296.67º | 1% | 0.93% | - |
HSV(B) | 296.67º | 0.14% | 1% | - |
XYZ | 83.89 | 78.77 | 105.39 | - |
YUV | 233.27 | 140.26 | 142.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 255 | 0.01 | 0.14 | 0 | 0 | 296.67 | 1 | 0.93 |
Hex | FD | DB | FF | 1 | E | 0 | 0 | 129 | 64 | 5D |
Octal | 375 | 333 | 377 | 1 | 16 | 0 | 0 | 451 | 144 | 135 |
Binary | 11111101 | 11011011 | 11111111 | 1 | 1110 | 0 | 0 | 100101001 | 1100100 | 1011101 |
Color Harmonies of #FDDBFF
Complementary color
Monochromatic Colors of #FDDBFF
Black with #FDDBFF
Text Example
Text Example
White with #FDDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBFF; }
p { color: rgb(253,219,255); }
H1.HeaderClassName
{
color: #FDDBFF;
}
.AnyTagClassName
{
color: #FDDBFF;
}
</style>
background-color css
<style>
a { background-color: #FDDBFF; }
a { background-color: rgb(253,219,255); }
div.DivClassName
{
background-color: #FDDBFF;
}
.BgClassName
{
background-color: #FDDBFF;
}
</style>
border-color css
<style>
span { border-color: #FDDBFF; }
span { border-color: rgb(253,219,255); }
td.TdClassName
{
border-color: #FDDBFF;
}
.TagClassName
{
border-color: #FDDBFF;
}
</style>