Shades of Cotton Candy #FDB5D5
Tints of Cotton Candy #FDB5D5
RGB
CMYK
RGB Variations
Color information
#FDB5D5 (or 0xFDB5D5) is known color: Cotton Candy. HEX triplet: FD, B5 and D5. RGB value is (253,181,213). Sum of RGB (Red+Green+Blue) = 253+181+213=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 181 (71.09% from 255 or 27.98% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5D5 is #024A2A. Grayscale: #CECECE. Windows color (decimal): -150059 or 14005757. OLE color: 14005757.
HSL color Cylindrical-coordinate representation of color #FDB5D5: hue angle of 333.33º 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 #FDB5D5 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 213 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.01 |
| HSL | 333.33º | 0.95% | 0.85% | - |
| HSV(B) | 333.33º | 0.28% | 0.99% | - |
| XYZ | 69.04 | 58.73 | 70.65 | - |
| YUV | 206.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 213 | 0 | 0.28 | 0.16 | 0.01 | 333.33 | 0.95 | 0.85 |
| Hex | FD | B5 | D5 | 0 | 1C | 10 | 1 | 14D | 5F | 55 |
| Octal | 375 | 265 | 325 | 0 | 34 | 20 | 1 | 515 | 137 | 125 |
| Binary | 11111101 | 10110101 | 11010101 | 0 | 11100 | 10000 | 1 | 101001101 | 1011111 | 1010101 |
Color Harmonies of #FDB5D5
Complementary color
Monochromatic Colors of #FDB5D5
Black with #FDB5D5
Text Example
Text Example
White with #FDB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5D5; }
p { color: rgb(253,181,213); }
H1.HeaderClassName
{
color: #FDB5D5;
}
.AnyTagClassName
{
color: #FDB5D5;
}
</style>
background-color css
<style>
a { background-color: #FDB5D5; }
a { background-color: rgb(253,181,213); }
div.DivClassName
{
background-color: #FDB5D5;
}
.BgClassName
{
background-color: #FDB5D5;
}
</style>
border-color css
<style>
span { border-color: #FDB5D5; }
span { border-color: rgb(253,181,213); }
td.TdClassName
{
border-color: #FDB5D5;
}
.TagClassName
{
border-color: #FDB5D5;
}
</style>