Shades of Cotton Candy #FDB8D8
Tints of Cotton Candy #FDB8D8
RGB
CMYK
RGB Variations
Color information
#FDB8D8 (or 0xFDB8D8) is known color: Cotton Candy. HEX triplet: FD, B8 and D8. RGB value is (253,184,216). Sum of RGB (Red+Green+Blue) = 253+184+216=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8D8 is #024727. Grayscale: #D0D0D0. Windows color (decimal): -149288 or 14203133. OLE color: 14203133.
HSL color Cylindrical-coordinate representation of color #FDB8D8: hue angle of 332.17º degrees, saturation: 0.95, 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 #FDB8D8 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 216 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.01 |
| HSL | 332.17º | 0.95% | 0.86% | - |
| HSV(B) | 332.17º | 0.27% | 0.99% | - |
| XYZ | 70.04 | 60.12 | 72.88 | - |
| YUV | 208.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 216 | 0 | 0.27 | 0.15 | 0.01 | 332.17 | 0.95 | 0.86 |
| Hex | FD | B8 | D8 | 0 | 1B | F | 1 | 14C | 5F | 56 |
| Octal | 375 | 270 | 330 | 0 | 33 | 17 | 1 | 514 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11011000 | 0 | 11011 | 1111 | 1 | 101001100 | 1011111 | 1010110 |
Color Harmonies of #FDB8D8
Complementary color
Monochromatic Colors of #FDB8D8
Black with #FDB8D8
Text Example
Text Example
White with #FDB8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8D8; }
p { color: rgb(253,184,216); }
H1.HeaderClassName
{
color: #FDB8D8;
}
.AnyTagClassName
{
color: #FDB8D8;
}
</style>
background-color css
<style>
a { background-color: #FDB8D8; }
a { background-color: rgb(253,184,216); }
div.DivClassName
{
background-color: #FDB8D8;
}
.BgClassName
{
background-color: #FDB8D8;
}
</style>
border-color css
<style>
span { border-color: #FDB8D8; }
span { border-color: rgb(253,184,216); }
td.TdClassName
{
border-color: #FDB8D8;
}
.TagClassName
{
border-color: #FDB8D8;
}
</style>