Shades of Cotton Candy #FDB4CD
Tints of Cotton Candy #FDB4CD
RGB
CMYK
RGB Variations
Color information
#FDB4CD (or 0xFDB4CD) is known color: Cotton Candy. HEX triplet: FD, B4 and CD. RGB value is (253,180,205). Sum of RGB (Red+Green+Blue) = 253+180+205=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4CD is #024B32. Grayscale: #CCCCCC. Windows color (decimal): -150323 or 13481213. OLE color: 13481213.
HSL color Cylindrical-coordinate representation of color #FDB4CD: hue angle of 339.45º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4CD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 205 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.01 |
| HSL | 339.45º | 0.95% | 0.85% | - |
| HSV(B) | 339.45º | 0.29% | 0.99% | - |
| XYZ | 67.85 | 57.93 | 65.36 | - |
| YUV | 204.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 205 | 0 | 0.29 | 0.19 | 0.01 | 339.45 | 0.95 | 0.85 |
| Hex | FD | B4 | CD | 0 | 1D | 13 | 1 | 153 | 5F | 55 |
| Octal | 375 | 264 | 315 | 0 | 35 | 23 | 1 | 523 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11001101 | 0 | 11101 | 10011 | 1 | 101010011 | 1011111 | 1010101 |
Color Harmonies of #FDB4CD
Complementary color
Monochromatic Colors of #FDB4CD
Black with #FDB4CD
Text Example
Text Example
White with #FDB4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4CD; }
p { color: rgb(253,180,205); }
H1.HeaderClassName
{
color: #FDB4CD;
}
.AnyTagClassName
{
color: #FDB4CD;
}
</style>
background-color css
<style>
a { background-color: #FDB4CD; }
a { background-color: rgb(253,180,205); }
div.DivClassName
{
background-color: #FDB4CD;
}
.BgClassName
{
background-color: #FDB4CD;
}
</style>
border-color css
<style>
span { border-color: #FDB4CD; }
span { border-color: rgb(253,180,205); }
td.TdClassName
{
border-color: #FDB4CD;
}
.TagClassName
{
border-color: #FDB4CD;
}
</style>