Shades of Cotton Candy #FDB7D9
Tints of Cotton Candy #FDB7D9
RGB
CMYK
RGB Variations
Color information
#FDB7D9 (or 0xFDB7D9) is known color: Cotton Candy. HEX triplet: FD, B7 and D9. RGB value is (253,183,217). Sum of RGB (Red+Green+Blue) = 253+183+217=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7D9 is #024826. Grayscale: #CFCFCF. Windows color (decimal): -149543 or 14268413. OLE color: 14268413.
HSL color Cylindrical-coordinate representation of color #FDB7D9: hue angle of 330.86º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7D9 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 217 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.01 |
| HSL | 330.86º | 0.95% | 0.85% | - |
| HSV(B) | 330.86º | 0.28% | 0.99% | - |
| XYZ | 69.97 | 59.76 | 73.49 | - |
| YUV | 207.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 217 | 0 | 0.28 | 0.14 | 0.01 | 330.86 | 0.95 | 0.85 |
| Hex | FD | B7 | D9 | 0 | 1C | E | 1 | 14B | 5F | 55 |
| Octal | 375 | 267 | 331 | 0 | 34 | 16 | 1 | 513 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11011001 | 0 | 11100 | 1110 | 1 | 101001011 | 1011111 | 1010101 |
Color Harmonies of #FDB7D9
Complementary color
Monochromatic Colors of #FDB7D9
Black with #FDB7D9
Text Example
Text Example
White with #FDB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7D9; }
p { color: rgb(253,183,217); }
H1.HeaderClassName
{
color: #FDB7D9;
}
.AnyTagClassName
{
color: #FDB7D9;
}
</style>
background-color css
<style>
a { background-color: #FDB7D9; }
a { background-color: rgb(253,183,217); }
div.DivClassName
{
background-color: #FDB7D9;
}
.BgClassName
{
background-color: #FDB7D9;
}
</style>
border-color css
<style>
span { border-color: #FDB7D9; }
span { border-color: rgb(253,183,217); }
td.TdClassName
{
border-color: #FDB7D9;
}
.TagClassName
{
border-color: #FDB7D9;
}
</style>