Shades of Cotton Candy #FDB5DD
Tints of Cotton Candy #FDB5DD
RGB
CMYK
RGB Variations
Color information
#FDB5DD (or 0xFDB5DD) is known color: Cotton Candy. HEX triplet: FD, B5 and DD. RGB value is (253,181,221). Sum of RGB (Red+Green+Blue) = 253+181+221=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5DD is #024A22. Grayscale: #CFCFCF. Windows color (decimal): -150051 or 14530045. OLE color: 14530045.
HSL color Cylindrical-coordinate representation of color #FDB5DD: hue angle of 326.67º 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 #FDB5DD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 181 | 221 | - |
CMYK | 0 | 0.28 | 0.13 | 0.01 |
HSL | 326.67º | 0.95% | 0.85% | - |
HSV(B) | 326.67º | 0.28% | 0.99% | - |
XYZ | 70.08 | 59.15 | 76.13 | - |
YUV | 207.09 | 135.85 | 160.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 181 | 221 | 0 | 0.28 | 0.13 | 0.01 | 326.67 | 0.95 | 0.85 |
Hex | FD | B5 | DD | 0 | 1C | D | 1 | 147 | 5F | 55 |
Octal | 375 | 265 | 335 | 0 | 34 | 15 | 1 | 507 | 137 | 125 |
Binary | 11111101 | 10110101 | 11011101 | 0 | 11100 | 1101 | 1 | 101000111 | 1011111 | 1010101 |
Color Harmonies of #FDB5DD
Complementary color
Monochromatic Colors of #FDB5DD
Black with #FDB5DD
Text Example
Text Example
White with #FDB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5DD; }
p { color: rgb(253,181,221); }
H1.HeaderClassName
{
color: #FDB5DD;
}
.AnyTagClassName
{
color: #FDB5DD;
}
</style>
background-color css
<style>
a { background-color: #FDB5DD; }
a { background-color: rgb(253,181,221); }
div.DivClassName
{
background-color: #FDB5DD;
}
.BgClassName
{
background-color: #FDB5DD;
}
</style>
border-color css
<style>
span { border-color: #FDB5DD; }
span { border-color: rgb(253,181,221); }
td.TdClassName
{
border-color: #FDB5DD;
}
.TagClassName
{
border-color: #FDB5DD;
}
</style>