Shades of Cotton Candy #FDBCD1
Tints of Cotton Candy #FDBCD1
RGB
CMYK
RGB Variations
Color information
#FDBCD1 (or 0xFDBCD1) is known color: Cotton Candy. HEX triplet: FD, BC and D1. RGB value is (253,188,209). Sum of RGB (Red+Green+Blue) = 253+188+209=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCD1 is #02432E. Grayscale: #D1D1D1. Windows color (decimal): -148271 or 13745405. OLE color: 13745405.
HSL color Cylindrical-coordinate representation of color #FDBCD1: hue angle of 340.62º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBCD1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 209 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.01 |
| HSL | 340.62º | 0.94% | 0.86% | - |
| HSV(B) | 340.62º | 0.26% | 0.99% | - |
| XYZ | 70 | 61.45 | 68.49 | - |
| YUV | 209.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 209 | 0 | 0.26 | 0.17 | 0.01 | 340.62 | 0.94 | 0.86 |
| Hex | FD | BC | D1 | 0 | 1A | 11 | 1 | 155 | 5E | 56 |
| Octal | 375 | 274 | 321 | 0 | 32 | 21 | 1 | 525 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11010001 | 0 | 11010 | 10001 | 1 | 101010101 | 1011110 | 1010110 |
Color Harmonies of #FDBCD1
Complementary color
Monochromatic Colors of #FDBCD1
Black with #FDBCD1
Text Example
Text Example
White with #FDBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCD1; }
p { color: rgb(253,188,209); }
H1.HeaderClassName
{
color: #FDBCD1;
}
.AnyTagClassName
{
color: #FDBCD1;
}
</style>
background-color css
<style>
a { background-color: #FDBCD1; }
a { background-color: rgb(253,188,209); }
div.DivClassName
{
background-color: #FDBCD1;
}
.BgClassName
{
background-color: #FDBCD1;
}
</style>
border-color css
<style>
span { border-color: #FDBCD1; }
span { border-color: rgb(253,188,209); }
td.TdClassName
{
border-color: #FDBCD1;
}
.TagClassName
{
border-color: #FDBCD1;
}
</style>