Shades of Cotton Candy #FDBCE1
Tints of Cotton Candy #FDBCE1
RGB
CMYK
RGB Variations
Color information
#FDBCE1 (or 0xFDBCE1) is known color: Cotton Candy. HEX triplet: FD, BC and E1. RGB value is (253,188,225). Sum of RGB (Red+Green+Blue) = 253+188+225=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCE1 is #02431E. Grayscale: #D3D3D3. Windows color (decimal): -148255 or 14793981. OLE color: 14793981.
HSL color Cylindrical-coordinate representation of color #FDBCE1: hue angle of 325.85º 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 #FDBCE1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 225 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.01 |
| HSL | 325.85º | 0.94% | 0.86% | - |
| HSV(B) | 325.85º | 0.26% | 0.99% | - |
| XYZ | 72.08 | 62.29 | 79.46 | - |
| YUV | 211.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 225 | 0 | 0.26 | 0.11 | 0.01 | 325.85 | 0.94 | 0.86 |
| Hex | FD | BC | E1 | 0 | 1A | B | 1 | 146 | 5E | 56 |
| Octal | 375 | 274 | 341 | 0 | 32 | 13 | 1 | 506 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11100001 | 0 | 11010 | 1011 | 1 | 101000110 | 1011110 | 1010110 |
Color Harmonies of #FDBCE1
Complementary color
Monochromatic Colors of #FDBCE1
Black with #FDBCE1
Text Example
Text Example
White with #FDBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCE1; }
p { color: rgb(253,188,225); }
H1.HeaderClassName
{
color: #FDBCE1;
}
.AnyTagClassName
{
color: #FDBCE1;
}
</style>
background-color css
<style>
a { background-color: #FDBCE1; }
a { background-color: rgb(253,188,225); }
div.DivClassName
{
background-color: #FDBCE1;
}
.BgClassName
{
background-color: #FDBCE1;
}
</style>
border-color css
<style>
span { border-color: #FDBCE1; }
span { border-color: rgb(253,188,225); }
td.TdClassName
{
border-color: #FDBCE1;
}
.TagClassName
{
border-color: #FDBCE1;
}
</style>