Shades of Selago #FDDDFB
Tints of Selago #FDDDFB
RGB
CMYK
RGB Variations
Color information
#FDDDFB (or 0xFDDDFB) is known color: Selago. HEX triplet: FD, DD and FB. RGB value is (253,221,251). Sum of RGB (Red+Green+Blue) = 253+221+251=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 221 (86.72% from 255 or 30.48% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDFB is #022204. Grayscale: #E9E9E9. Windows color (decimal): -139781 or 16506365. OLE color: 16506365.
HSL color Cylindrical-coordinate representation of color #FDDDFB: hue angle of 303.75º 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 #FDDDFB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 251 | - |
CMYK | 0 | 0.13 | 0.01 | 0.01 |
HSL | 303.75º | 0.89% | 0.93% | - |
HSV(B) | 303.75º | 0.13% | 0.99% | - |
XYZ | 83.78 | 79.56 | 102.21 | - |
YUV | 233.99 | 137.6 | 141.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 251 | 0 | 0.13 | 0.01 | 0.01 | 303.75 | 0.89 | 0.93 |
Hex | FD | DD | FB | 0 | D | 1 | 1 | 130 | 59 | 5D |
Octal | 375 | 335 | 373 | 0 | 15 | 1 | 1 | 460 | 131 | 135 |
Binary | 11111101 | 11011101 | 11111011 | 0 | 1101 | 1 | 1 | 100110000 | 1011001 | 1011101 |
Color Harmonies of #FDDDFB
Complementary color
Monochromatic Colors of #FDDDFB
Black with #FDDDFB
Text Example
Text Example
White with #FDDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDFB; }
p { color: rgb(253,221,251); }
H1.HeaderClassName
{
color: #FDDDFB;
}
.AnyTagClassName
{
color: #FDDDFB;
}
</style>
background-color css
<style>
a { background-color: #FDDDFB; }
a { background-color: rgb(253,221,251); }
div.DivClassName
{
background-color: #FDDDFB;
}
.BgClassName
{
background-color: #FDDDFB;
}
</style>
border-color css
<style>
span { border-color: #FDDDFB; }
span { border-color: rgb(253,221,251); }
td.TdClassName
{
border-color: #FDDDFB;
}
.TagClassName
{
border-color: #FDDDFB;
}
</style>