Shades of Cotton Candy #FDB6CE
Tints of Cotton Candy #FDB6CE
RGB
CMYK
RGB Variations
Color information
#FDB6CE (or 0xFDB6CE) is known color: Cotton Candy. HEX triplet: FD, B6 and CE. RGB value is (253,182,206). Sum of RGB (Red+Green+Blue) = 253+182+206=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6CE is #024931. Grayscale: #CDCDCD. Windows color (decimal): -149810 or 13547261. OLE color: 13547261.
HSL color Cylindrical-coordinate representation of color #FDB6CE: hue angle of 339.72º 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 #FDB6CE is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 206 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.01 |
| HSL | 339.72º | 0.95% | 0.85% | - |
| HSV(B) | 339.72º | 0.28% | 0.99% | - |
| XYZ | 68.38 | 58.79 | 66.14 | - |
| YUV | 205.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 206 | 0 | 0.28 | 0.19 | 0.01 | 339.72 | 0.95 | 0.85 |
| Hex | FD | B6 | CE | 0 | 1C | 13 | 1 | 154 | 5F | 55 |
| Octal | 375 | 266 | 316 | 0 | 34 | 23 | 1 | 524 | 137 | 125 |
| Binary | 11111101 | 10110110 | 11001110 | 0 | 11100 | 10011 | 1 | 101010100 | 1011111 | 1010101 |
Color Harmonies of #FDB6CE
Complementary color
Monochromatic Colors of #FDB6CE
Black with #FDB6CE
Text Example
Text Example
White with #FDB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6CE; }
p { color: rgb(253,182,206); }
H1.HeaderClassName
{
color: #FDB6CE;
}
.AnyTagClassName
{
color: #FDB6CE;
}
</style>
background-color css
<style>
a { background-color: #FDB6CE; }
a { background-color: rgb(253,182,206); }
div.DivClassName
{
background-color: #FDB6CE;
}
.BgClassName
{
background-color: #FDB6CE;
}
</style>
border-color css
<style>
span { border-color: #FDB6CE; }
span { border-color: rgb(253,182,206); }
td.TdClassName
{
border-color: #FDB6CE;
}
.TagClassName
{
border-color: #FDB6CE;
}
</style>