Shades of Cotton Candy #FDB8DD
Tints of Cotton Candy #FDB8DD
RGB
CMYK
RGB Variations
Color information
#FDB8DD (or 0xFDB8DD) is known color: Cotton Candy. HEX triplet: FD, B8 and DD. RGB value is (253,184,221). Sum of RGB (Red+Green+Blue) = 253+184+221=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8DD is #024722. Grayscale: #D0D0D0. Windows color (decimal): -149283 or 14530813. OLE color: 14530813.
HSL color Cylindrical-coordinate representation of color #FDB8DD: hue angle of 327.83º 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 #FDB8DD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 221 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.01 |
| HSL | 327.83º | 0.95% | 0.86% | - |
| HSV(B) | 327.83º | 0.27% | 0.99% | - |
| XYZ | 70.7 | 60.38 | 76.34 | - |
| YUV | 208.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 221 | 0 | 0.27 | 0.13 | 0.01 | 327.83 | 0.95 | 0.86 |
| Hex | FD | B8 | DD | 0 | 1B | D | 1 | 148 | 5F | 56 |
| Octal | 375 | 270 | 335 | 0 | 33 | 15 | 1 | 510 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11011101 | 0 | 11011 | 1101 | 1 | 101001000 | 1011111 | 1010110 |
Color Harmonies of #FDB8DD
Complementary color
Monochromatic Colors of #FDB8DD
Black with #FDB8DD
Text Example
Text Example
White with #FDB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8DD; }
p { color: rgb(253,184,221); }
H1.HeaderClassName
{
color: #FDB8DD;
}
.AnyTagClassName
{
color: #FDB8DD;
}
</style>
background-color css
<style>
a { background-color: #FDB8DD; }
a { background-color: rgb(253,184,221); }
div.DivClassName
{
background-color: #FDB8DD;
}
.BgClassName
{
background-color: #FDB8DD;
}
</style>
border-color css
<style>
span { border-color: #FDB8DD; }
span { border-color: rgb(253,184,221); }
td.TdClassName
{
border-color: #FDB8DD;
}
.TagClassName
{
border-color: #FDB8DD;
}
</style>