Shades of Cotton Candy #FDB7DC
Tints of Cotton Candy #FDB7DC
RGB
CMYK
RGB Variations
Color information
#FDB7DC (or 0xFDB7DC) is known color: Cotton Candy. HEX triplet: FD, B7 and DC. RGB value is (253,183,220). Sum of RGB (Red+Green+Blue) = 253+183+220=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7DC is #024823. Grayscale: #D0D0D0. Windows color (decimal): -149540 or 14465021. OLE color: 14465021.
HSL color Cylindrical-coordinate representation of color #FDB7DC: hue angle of 328.29º 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 #FDB7DC is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 220 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.01 |
| HSL | 328.29º | 0.95% | 0.85% | - |
| HSV(B) | 328.29º | 0.28% | 0.99% | - |
| XYZ | 70.36 | 59.92 | 75.57 | - |
| YUV | 208.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 220 | 0 | 0.28 | 0.13 | 0.01 | 328.29 | 0.95 | 0.85 |
| Hex | FD | B7 | DC | 0 | 1C | D | 1 | 148 | 5F | 55 |
| Octal | 375 | 267 | 334 | 0 | 34 | 15 | 1 | 510 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11011100 | 0 | 11100 | 1101 | 1 | 101001000 | 1011111 | 1010101 |
Color Harmonies of #FDB7DC
Complementary color
Monochromatic Colors of #FDB7DC
Black with #FDB7DC
Text Example
Text Example
White with #FDB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7DC; }
p { color: rgb(253,183,220); }
H1.HeaderClassName
{
color: #FDB7DC;
}
.AnyTagClassName
{
color: #FDB7DC;
}
</style>
background-color css
<style>
a { background-color: #FDB7DC; }
a { background-color: rgb(253,183,220); }
div.DivClassName
{
background-color: #FDB7DC;
}
.BgClassName
{
background-color: #FDB7DC;
}
</style>
border-color css
<style>
span { border-color: #FDB7DC; }
span { border-color: rgb(253,183,220); }
td.TdClassName
{
border-color: #FDB7DC;
}
.TagClassName
{
border-color: #FDB7DC;
}
</style>