Shades of Cotton Candy #FDBAD2
Tints of Cotton Candy #FDBAD2
RGB
CMYK
RGB Variations
Color information
#FDBAD2 (or 0xFDBAD2) is known color: Cotton Candy. HEX triplet: FD, BA and D2. RGB value is (253,186,210). Sum of RGB (Red+Green+Blue) = 253+186+210=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD2 is #02452D. Grayscale: #D0D0D0. Windows color (decimal): -148782 or 13810429. OLE color: 13810429.
HSL color Cylindrical-coordinate representation of color #FDBAD2: hue angle of 338.51º 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 #FDBAD2 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 210 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.01 |
| HSL | 338.51º | 0.94% | 0.86% | - |
| HSV(B) | 338.51º | 0.26% | 0.99% | - |
| XYZ | 69.7 | 60.65 | 69.01 | - |
| YUV | 208.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 210 | 0 | 0.26 | 0.17 | 0.01 | 338.51 | 0.94 | 0.86 |
| Hex | FD | BA | D2 | 0 | 1A | 11 | 1 | 153 | 5E | 56 |
| Octal | 375 | 272 | 322 | 0 | 32 | 21 | 1 | 523 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11010010 | 0 | 11010 | 10001 | 1 | 101010011 | 1011110 | 1010110 |
Color Harmonies of #FDBAD2
Complementary color
Monochromatic Colors of #FDBAD2
Black with #FDBAD2
Text Example
Text Example
White with #FDBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAD2; }
p { color: rgb(253,186,210); }
H1.HeaderClassName
{
color: #FDBAD2;
}
.AnyTagClassName
{
color: #FDBAD2;
}
</style>
background-color css
<style>
a { background-color: #FDBAD2; }
a { background-color: rgb(253,186,210); }
div.DivClassName
{
background-color: #FDBAD2;
}
.BgClassName
{
background-color: #FDBAD2;
}
</style>
border-color css
<style>
span { border-color: #FDBAD2; }
span { border-color: rgb(253,186,210); }
td.TdClassName
{
border-color: #FDBAD2;
}
.TagClassName
{
border-color: #FDBAD2;
}
</style>