Shades of Selago #FDDBFD
Tints of Selago #FDDBFD
RGB
CMYK
RGB Variations
Color information
#FDDBFD (or 0xFDDBFD) is known color: Selago. HEX triplet: FD, DB and FD. RGB value is (253,219,253). Sum of RGB (Red+Green+Blue) = 253+219+253=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 219 (85.94% from 255 or 30.21% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBFD is #022402. Grayscale: #E8E8E8. Windows color (decimal): -140291 or 16636925. OLE color: 16636925.
HSL color Cylindrical-coordinate representation of color #FDDBFD: hue angle of 300º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDBFD is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 253 | - |
CMYK | 0 | 0.13 | 0 | 0.01 |
HSL | 300º | 0.89% | 0.93% | - |
HSV(B) | 300º | 0.13% | 0.99% | - |
XYZ | 83.57 | 78.64 | 103.7 | - |
YUV | 233.04 | 139.26 | 142.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 253 | 0 | 0.13 | 0 | 0.01 | 300 | 0.89 | 0.93 |
Hex | FD | DB | FD | 0 | D | 0 | 1 | 12C | 59 | 5D |
Octal | 375 | 333 | 375 | 0 | 15 | 0 | 1 | 454 | 131 | 135 |
Binary | 11111101 | 11011011 | 11111101 | 0 | 1101 | 0 | 1 | 100101100 | 1011001 | 1011101 |
Color Harmonies of #FDDBFD
Complementary color
Monochromatic Colors of #FDDBFD
Black with #FDDBFD
Text Example
Text Example
White with #FDDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBFD; }
p { color: rgb(253,219,253); }
H1.HeaderClassName
{
color: #FDDBFD;
}
.AnyTagClassName
{
color: #FDDBFD;
}
</style>
background-color css
<style>
a { background-color: #FDDBFD; }
a { background-color: rgb(253,219,253); }
div.DivClassName
{
background-color: #FDDBFD;
}
.BgClassName
{
background-color: #FDDBFD;
}
</style>
border-color css
<style>
span { border-color: #FDDBFD; }
span { border-color: rgb(253,219,253); }
td.TdClassName
{
border-color: #FDDBFD;
}
.TagClassName
{
border-color: #FDDBFD;
}
</style>