Shades of Cotton Candy #FDBBE0
Tints of Cotton Candy #FDBBE0
RGB
CMYK
RGB Variations
Color information
#FDBBE0 (or 0xFDBBE0) is known color: Cotton Candy. HEX triplet: FD, BB and E0. RGB value is (253,187,224). Sum of RGB (Red+Green+Blue) = 253+187+224=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBE0 is #02441F. Grayscale: #D2D2D2. Windows color (decimal): -148512 or 14728189. OLE color: 14728189.
HSL color Cylindrical-coordinate representation of color #FDBBE0: hue angle of 326.36º 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 #FDBBE0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 224 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.01 |
| HSL | 326.36º | 0.94% | 0.86% | - |
| HSV(B) | 326.36º | 0.26% | 0.99% | - |
| XYZ | 71.73 | 61.81 | 78.67 | - |
| YUV | 210.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 224 | 0 | 0.26 | 0.11 | 0.01 | 326.36 | 0.94 | 0.86 |
| Hex | FD | BB | E0 | 0 | 1A | B | 1 | 146 | 5E | 56 |
| Octal | 375 | 273 | 340 | 0 | 32 | 13 | 1 | 506 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11100000 | 0 | 11010 | 1011 | 1 | 101000110 | 1011110 | 1010110 |
Color Harmonies of #FDBBE0
Complementary color
Monochromatic Colors of #FDBBE0
Black with #FDBBE0
Text Example
Text Example
White with #FDBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBE0; }
p { color: rgb(253,187,224); }
H1.HeaderClassName
{
color: #FDBBE0;
}
.AnyTagClassName
{
color: #FDBBE0;
}
</style>
background-color css
<style>
a { background-color: #FDBBE0; }
a { background-color: rgb(253,187,224); }
div.DivClassName
{
background-color: #FDBBE0;
}
.BgClassName
{
background-color: #FDBBE0;
}
</style>
border-color css
<style>
span { border-color: #FDBBE0; }
span { border-color: rgb(253,187,224); }
td.TdClassName
{
border-color: #FDBBE0;
}
.TagClassName
{
border-color: #FDBBE0;
}
</style>