Shades of Cotton Candy #FDB2CD
Tints of Cotton Candy #FDB2CD
RGB
CMYK
RGB Variations
Color information
#FDB2CD (or 0xFDB2CD) is known color: Cotton Candy. HEX triplet: FD, B2 and CD. RGB value is (253,178,205). Sum of RGB (Red+Green+Blue) = 253+178+205=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2CD is #024D32. Grayscale: #CBCBCB. Windows color (decimal): -150835 or 13480701. OLE color: 13480701.
HSL color Cylindrical-coordinate representation of color #FDB2CD: hue angle of 338.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2CD is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 205 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.01 |
| HSL | 338.4º | 0.95% | 0.85% | - |
| HSV(B) | 338.4º | 0.3% | 0.99% | - |
| XYZ | 67.45 | 57.13 | 65.23 | - |
| YUV | 203.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 205 | 0 | 0.30 | 0.19 | 0.01 | 338.4 | 0.95 | 0.85 |
| Hex | FD | B2 | CD | 0 | 1E | 13 | 1 | 152 | 5F | 55 |
| Octal | 375 | 262 | 315 | 0 | 36 | 23 | 1 | 522 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11001101 | 0 | 11110 | 10011 | 1 | 101010010 | 1011111 | 1010101 |
Color Harmonies of #FDB2CD
Complementary color
Monochromatic Colors of #FDB2CD
Black with #FDB2CD
Text Example
Text Example
White with #FDB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2CD; }
p { color: rgb(253,178,205); }
H1.HeaderClassName
{
color: #FDB2CD;
}
.AnyTagClassName
{
color: #FDB2CD;
}
</style>
background-color css
<style>
a { background-color: #FDB2CD; }
a { background-color: rgb(253,178,205); }
div.DivClassName
{
background-color: #FDB2CD;
}
.BgClassName
{
background-color: #FDB2CD;
}
</style>
border-color css
<style>
span { border-color: #FDB2CD; }
span { border-color: rgb(253,178,205); }
td.TdClassName
{
border-color: #FDB2CD;
}
.TagClassName
{
border-color: #FDB2CD;
}
</style>