Shades of Cotton Candy #FDBBD1
Tints of Cotton Candy #FDBBD1
RGB
CMYK
RGB Variations
Color information
#FDBBD1 (or 0xFDBBD1) is known color: Cotton Candy. HEX triplet: FD, BB and D1. RGB value is (253,187,209). Sum of RGB (Red+Green+Blue) = 253+187+209=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD1 is #02442E. Grayscale: #D1D1D1. Windows color (decimal): -148527 or 13745149. OLE color: 13745149.
HSL color Cylindrical-coordinate representation of color #FDBBD1: hue angle of 340º 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 #FDBBD1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 209 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.01 |
| HSL | 340º | 0.94% | 0.86% | - |
| HSV(B) | 340º | 0.26% | 0.99% | - |
| XYZ | 69.79 | 61.03 | 68.42 | - |
| YUV | 209.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 209 | 0 | 0.26 | 0.17 | 0.01 | 340 | 0.94 | 0.86 |
| Hex | FD | BB | D1 | 0 | 1A | 11 | 1 | 154 | 5E | 56 |
| Octal | 375 | 273 | 321 | 0 | 32 | 21 | 1 | 524 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11010001 | 0 | 11010 | 10001 | 1 | 101010100 | 1011110 | 1010110 |
Color Harmonies of #FDBBD1
Complementary color
Monochromatic Colors of #FDBBD1
Black with #FDBBD1
Text Example
Text Example
White with #FDBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBD1; }
p { color: rgb(253,187,209); }
H1.HeaderClassName
{
color: #FDBBD1;
}
.AnyTagClassName
{
color: #FDBBD1;
}
</style>
background-color css
<style>
a { background-color: #FDBBD1; }
a { background-color: rgb(253,187,209); }
div.DivClassName
{
background-color: #FDBBD1;
}
.BgClassName
{
background-color: #FDBBD1;
}
</style>
border-color css
<style>
span { border-color: #FDBBD1; }
span { border-color: rgb(253,187,209); }
td.TdClassName
{
border-color: #FDBBD1;
}
.TagClassName
{
border-color: #FDBBD1;
}
</style>