Shades of Cotton Candy #FDBAD0
Tints of Cotton Candy #FDBAD0
RGB
CMYK
RGB Variations
Color information
#FDBAD0 (or 0xFDBAD0) is known color: Cotton Candy. HEX triplet: FD, BA and D0. RGB value is (253,186,208). Sum of RGB (Red+Green+Blue) = 253+186+208=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD0 is #02452F. Grayscale: #D0D0D0. Windows color (decimal): -148784 or 13679357. OLE color: 13679357.
HSL color Cylindrical-coordinate representation of color #FDBAD0: hue angle of 340.3º 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 #FDBAD0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 208 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.01 |
| HSL | 340.3º | 0.94% | 0.86% | - |
| HSV(B) | 340.3º | 0.26% | 0.99% | - |
| XYZ | 69.45 | 60.55 | 67.7 | - |
| YUV | 208.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 208 | 0 | 0.26 | 0.18 | 0.01 | 340.3 | 0.94 | 0.86 |
| Hex | FD | BA | D0 | 0 | 1A | 12 | 1 | 154 | 5E | 56 |
| Octal | 375 | 272 | 320 | 0 | 32 | 22 | 1 | 524 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11010000 | 0 | 11010 | 10010 | 1 | 101010100 | 1011110 | 1010110 |
Color Harmonies of #FDBAD0
Complementary color
Monochromatic Colors of #FDBAD0
Black with #FDBAD0
Text Example
Text Example
White with #FDBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAD0; }
p { color: rgb(253,186,208); }
H1.HeaderClassName
{
color: #FDBAD0;
}
.AnyTagClassName
{
color: #FDBAD0;
}
</style>
background-color css
<style>
a { background-color: #FDBAD0; }
a { background-color: rgb(253,186,208); }
div.DivClassName
{
background-color: #FDBAD0;
}
.BgClassName
{
background-color: #FDBAD0;
}
</style>
border-color css
<style>
span { border-color: #FDBAD0; }
span { border-color: rgb(253,186,208); }
td.TdClassName
{
border-color: #FDBAD0;
}
.TagClassName
{
border-color: #FDBAD0;
}
</style>