Shades of Cotton Candy #FDB9D9
Tints of Cotton Candy #FDB9D9
RGB
CMYK
RGB Variations
Color information
#FDB9D9 (or 0xFDB9D9) is known color: Cotton Candy. HEX triplet: FD, B9 and D9. RGB value is (253,185,217). Sum of RGB (Red+Green+Blue) = 253+185+217=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9D9 is #024626. Grayscale: #D0D0D0. Windows color (decimal): -149031 or 14268925. OLE color: 14268925.
HSL color Cylindrical-coordinate representation of color #FDB9D9: hue angle of 331.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9D9 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 217 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.01 |
| HSL | 331.76º | 0.94% | 0.86% | - |
| HSV(B) | 331.76º | 0.27% | 0.99% | - |
| XYZ | 70.38 | 60.59 | 73.63 | - |
| YUV | 208.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 217 | 0 | 0.27 | 0.14 | 0.01 | 331.76 | 0.94 | 0.86 |
| Hex | FD | B9 | D9 | 0 | 1B | E | 1 | 14C | 5E | 56 |
| Octal | 375 | 271 | 331 | 0 | 33 | 16 | 1 | 514 | 136 | 126 |
| Binary | 11111101 | 10111001 | 11011001 | 0 | 11011 | 1110 | 1 | 101001100 | 1011110 | 1010110 |
Color Harmonies of #FDB9D9
Complementary color
Monochromatic Colors of #FDB9D9
Black with #FDB9D9
Text Example
Text Example
White with #FDB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9D9; }
p { color: rgb(253,185,217); }
H1.HeaderClassName
{
color: #FDB9D9;
}
.AnyTagClassName
{
color: #FDB9D9;
}
</style>
background-color css
<style>
a { background-color: #FDB9D9; }
a { background-color: rgb(253,185,217); }
div.DivClassName
{
background-color: #FDB9D9;
}
.BgClassName
{
background-color: #FDB9D9;
}
</style>
border-color css
<style>
span { border-color: #FDB9D9; }
span { border-color: rgb(253,185,217); }
td.TdClassName
{
border-color: #FDB9D9;
}
.TagClassName
{
border-color: #FDB9D9;
}
</style>