Shades of Cotton Candy #FDB9D0
Tints of Cotton Candy #FDB9D0
RGB
CMYK
RGB Variations
Color information
#FDB9D0 (or 0xFDB9D0) is known color: Cotton Candy. HEX triplet: FD, B9 and D0. RGB value is (253,185,208). Sum of RGB (Red+Green+Blue) = 253+185+208=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9D0 is #02462F. Grayscale: #CFCFCF. Windows color (decimal): -149040 or 13679101. OLE color: 13679101.
HSL color Cylindrical-coordinate representation of color #FDB9D0: hue angle of 339.71º 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 #FDB9D0 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 208 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.01 |
| HSL | 339.71º | 0.94% | 0.86% | - |
| HSV(B) | 339.71º | 0.27% | 0.99% | - |
| XYZ | 69.24 | 60.13 | 67.63 | - |
| YUV | 207.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 208 | 0 | 0.27 | 0.18 | 0.01 | 339.71 | 0.94 | 0.86 |
| Hex | FD | B9 | D0 | 0 | 1B | 12 | 1 | 154 | 5E | 56 |
| Octal | 375 | 271 | 320 | 0 | 33 | 22 | 1 | 524 | 136 | 126 |
| Binary | 11111101 | 10111001 | 11010000 | 0 | 11011 | 10010 | 1 | 101010100 | 1011110 | 1010110 |
Color Harmonies of #FDB9D0
Complementary color
Monochromatic Colors of #FDB9D0
Black with #FDB9D0
Text Example
Text Example
White with #FDB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9D0; }
p { color: rgb(253,185,208); }
H1.HeaderClassName
{
color: #FDB9D0;
}
.AnyTagClassName
{
color: #FDB9D0;
}
</style>
background-color css
<style>
a { background-color: #FDB9D0; }
a { background-color: rgb(253,185,208); }
div.DivClassName
{
background-color: #FDB9D0;
}
.BgClassName
{
background-color: #FDB9D0;
}
</style>
border-color css
<style>
span { border-color: #FDB9D0; }
span { border-color: rgb(253,185,208); }
td.TdClassName
{
border-color: #FDB9D0;
}
.TagClassName
{
border-color: #FDB9D0;
}
</style>