Shades of Cotton Candy #FDBADB
Tints of Cotton Candy #FDBADB
RGB
CMYK
RGB Variations
Color information
#FDBADB (or 0xFDBADB) is known color: Cotton Candy. HEX triplet: FD, BA and DB. RGB value is (253,186,219). Sum of RGB (Red+Green+Blue) = 253+186+219=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBADB is #024524. Grayscale: #D1D1D1. Windows color (decimal): -148773 or 14400253. OLE color: 14400253.
HSL color Cylindrical-coordinate representation of color #FDBADB: hue angle of 330.45º 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 #FDBADB is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 219 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.01 |
| HSL | 330.45º | 0.94% | 0.86% | - |
| HSV(B) | 330.45º | 0.26% | 0.99% | - |
| XYZ | 70.85 | 61.11 | 75.08 | - |
| YUV | 209.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 219 | 0 | 0.26 | 0.13 | 0.01 | 330.45 | 0.94 | 0.86 |
| Hex | FD | BA | DB | 0 | 1A | D | 1 | 14A | 5E | 56 |
| Octal | 375 | 272 | 333 | 0 | 32 | 15 | 1 | 512 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11011011 | 0 | 11010 | 1101 | 1 | 101001010 | 1011110 | 1010110 |
Color Harmonies of #FDBADB
Complementary color
Monochromatic Colors of #FDBADB
Black with #FDBADB
Text Example
Text Example
White with #FDBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBADB; }
p { color: rgb(253,186,219); }
H1.HeaderClassName
{
color: #FDBADB;
}
.AnyTagClassName
{
color: #FDBADB;
}
</style>
background-color css
<style>
a { background-color: #FDBADB; }
a { background-color: rgb(253,186,219); }
div.DivClassName
{
background-color: #FDBADB;
}
.BgClassName
{
background-color: #FDBADB;
}
</style>
border-color css
<style>
span { border-color: #FDBADB; }
span { border-color: rgb(253,186,219); }
td.TdClassName
{
border-color: #FDBADB;
}
.TagClassName
{
border-color: #FDBADB;
}
</style>