Shades of Cotton Candy #FDB8D7
Tints of Cotton Candy #FDB8D7
RGB
CMYK
RGB Variations
Color information
#FDB8D7 (or 0xFDB8D7) is known color: Cotton Candy. HEX triplet: FD, B8 and D7. RGB value is (253,184,215). Sum of RGB (Red+Green+Blue) = 253+184+215=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8D7 is #024728. Grayscale: #D0D0D0. Windows color (decimal): -149289 or 14137597. OLE color: 14137597.
HSL color Cylindrical-coordinate representation of color #FDB8D7: hue angle of 333.04º 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 #FDB8D7 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 215 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.01 |
| HSL | 333.04º | 0.95% | 0.86% | - |
| HSV(B) | 333.04º | 0.27% | 0.99% | - |
| XYZ | 69.91 | 60.07 | 72.2 | - |
| YUV | 208.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 215 | 0 | 0.27 | 0.15 | 0.01 | 333.04 | 0.95 | 0.86 |
| Hex | FD | B8 | D7 | 0 | 1B | F | 1 | 14D | 5F | 56 |
| Octal | 375 | 270 | 327 | 0 | 33 | 17 | 1 | 515 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11010111 | 0 | 11011 | 1111 | 1 | 101001101 | 1011111 | 1010110 |
Color Harmonies of #FDB8D7
Complementary color
Monochromatic Colors of #FDB8D7
Black with #FDB8D7
Text Example
Text Example
White with #FDB8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8D7; }
p { color: rgb(253,184,215); }
H1.HeaderClassName
{
color: #FDB8D7;
}
.AnyTagClassName
{
color: #FDB8D7;
}
</style>
background-color css
<style>
a { background-color: #FDB8D7; }
a { background-color: rgb(253,184,215); }
div.DivClassName
{
background-color: #FDB8D7;
}
.BgClassName
{
background-color: #FDB8D7;
}
</style>
border-color css
<style>
span { border-color: #FDB8D7; }
span { border-color: rgb(253,184,215); }
td.TdClassName
{
border-color: #FDB8D7;
}
.TagClassName
{
border-color: #FDB8D7;
}
</style>