Shades of Cotton Candy #FDBAD1
Tints of Cotton Candy #FDBAD1
RGB
CMYK
RGB Variations
Color information
#FDBAD1 (or 0xFDBAD1) is known color: Cotton Candy. HEX triplet: FD, BA and D1. RGB value is (253,186,209). Sum of RGB (Red+Green+Blue) = 253+186+209=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD1 is #02452E. Grayscale: #D0D0D0. Windows color (decimal): -148783 or 13744893. OLE color: 13744893.
HSL color Cylindrical-coordinate representation of color #FDBAD1: hue angle of 339.4º 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 #FDBAD1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 209 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.01 |
| HSL | 339.4º | 0.94% | 0.86% | - |
| HSV(B) | 339.4º | 0.26% | 0.99% | - |
| XYZ | 69.58 | 60.6 | 68.35 | - |
| YUV | 208.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 209 | 0 | 0.26 | 0.17 | 0.01 | 339.4 | 0.94 | 0.86 |
| Hex | FD | BA | D1 | 0 | 1A | 11 | 1 | 153 | 5E | 56 |
| Octal | 375 | 272 | 321 | 0 | 32 | 21 | 1 | 523 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11010001 | 0 | 11010 | 10001 | 1 | 101010011 | 1011110 | 1010110 |
Color Harmonies of #FDBAD1
Complementary color
Monochromatic Colors of #FDBAD1
Black with #FDBAD1
Text Example
Text Example
White with #FDBAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAD1; }
p { color: rgb(253,186,209); }
H1.HeaderClassName
{
color: #FDBAD1;
}
.AnyTagClassName
{
color: #FDBAD1;
}
</style>
background-color css
<style>
a { background-color: #FDBAD1; }
a { background-color: rgb(253,186,209); }
div.DivClassName
{
background-color: #FDBAD1;
}
.BgClassName
{
background-color: #FDBAD1;
}
</style>
border-color css
<style>
span { border-color: #FDBAD1; }
span { border-color: rgb(253,186,209); }
td.TdClassName
{
border-color: #FDBAD1;
}
.TagClassName
{
border-color: #FDBAD1;
}
</style>