Shades of Cotton Candy #FDB2CE
Tints of Cotton Candy #FDB2CE
RGB
CMYK
RGB Variations
Color information
#FDB2CE (or 0xFDB2CE) is known color: Cotton Candy. HEX triplet: FD, B2 and CE. RGB value is (253,178,206). Sum of RGB (Red+Green+Blue) = 253+178+206=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2CE is #024D31. Grayscale: #CBCBCB. Windows color (decimal): -150834 or 13546237. OLE color: 13546237.
HSL color Cylindrical-coordinate representation of color #FDB2CE: hue angle of 337.6º 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 #FDB2CE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 206 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.01 |
| HSL | 337.6º | 0.95% | 0.85% | - |
| HSV(B) | 337.6º | 0.3% | 0.99% | - |
| XYZ | 67.57 | 57.18 | 65.87 | - |
| YUV | 203.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 206 | 0 | 0.30 | 0.19 | 0.01 | 337.6 | 0.95 | 0.85 |
| Hex | FD | B2 | CE | 0 | 1E | 13 | 1 | 152 | 5F | 55 |
| Octal | 375 | 262 | 316 | 0 | 36 | 23 | 1 | 522 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11001110 | 0 | 11110 | 10011 | 1 | 101010010 | 1011111 | 1010101 |
Color Harmonies of #FDB2CE
Complementary color
Monochromatic Colors of #FDB2CE
Black with #FDB2CE
Text Example
Text Example
White with #FDB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2CE; }
p { color: rgb(253,178,206); }
H1.HeaderClassName
{
color: #FDB2CE;
}
.AnyTagClassName
{
color: #FDB2CE;
}
</style>
background-color css
<style>
a { background-color: #FDB2CE; }
a { background-color: rgb(253,178,206); }
div.DivClassName
{
background-color: #FDB2CE;
}
.BgClassName
{
background-color: #FDB2CE;
}
</style>
border-color css
<style>
span { border-color: #FDB2CE; }
span { border-color: rgb(253,178,206); }
td.TdClassName
{
border-color: #FDB2CE;
}
.TagClassName
{
border-color: #FDB2CE;
}
</style>