Shades of Cotton Candy #FDBCE0
Tints of Cotton Candy #FDBCE0
RGB
CMYK
RGB Variations
Color information
#FDBCE0 (or 0xFDBCE0) is known color: Cotton Candy. HEX triplet: FD, BC and E0. RGB value is (253,188,224). Sum of RGB (Red+Green+Blue) = 253+188+224=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCE0 is #02431F. Grayscale: #D3D3D3. Windows color (decimal): -148256 or 14728445. OLE color: 14728445.
HSL color Cylindrical-coordinate representation of color #FDBCE0: hue angle of 326.77º 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 #FDBCE0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 224 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.01 |
| HSL | 326.77º | 0.94% | 0.86% | - |
| HSV(B) | 326.77º | 0.26% | 0.99% | - |
| XYZ | 71.95 | 62.23 | 78.74 | - |
| YUV | 211.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 224 | 0 | 0.26 | 0.11 | 0.01 | 326.77 | 0.94 | 0.86 |
| Hex | FD | BC | E0 | 0 | 1A | B | 1 | 147 | 5E | 56 |
| Octal | 375 | 274 | 340 | 0 | 32 | 13 | 1 | 507 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11100000 | 0 | 11010 | 1011 | 1 | 101000111 | 1011110 | 1010110 |
Color Harmonies of #FDBCE0
Complementary color
Monochromatic Colors of #FDBCE0
Black with #FDBCE0
Text Example
Text Example
White with #FDBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCE0; }
p { color: rgb(253,188,224); }
H1.HeaderClassName
{
color: #FDBCE0;
}
.AnyTagClassName
{
color: #FDBCE0;
}
</style>
background-color css
<style>
a { background-color: #FDBCE0; }
a { background-color: rgb(253,188,224); }
div.DivClassName
{
background-color: #FDBCE0;
}
.BgClassName
{
background-color: #FDBCE0;
}
</style>
border-color css
<style>
span { border-color: #FDBCE0; }
span { border-color: rgb(253,188,224); }
td.TdClassName
{
border-color: #FDBCE0;
}
.TagClassName
{
border-color: #FDBCE0;
}
</style>