Shades of Cotton Candy #FDBCE2
Tints of Cotton Candy #FDBCE2
RGB
CMYK
RGB Variations
Color information
#FDBCE2 (or 0xFDBCE2) is known color: Cotton Candy. HEX triplet: FD, BC and E2. RGB value is (253,188,226). Sum of RGB (Red+Green+Blue) = 253+188+226=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCE2 is #02431D. Grayscale: #D3D3D3. Windows color (decimal): -148254 or 14859517. OLE color: 14859517.
HSL color Cylindrical-coordinate representation of color #FDBCE2: hue angle of 324.92º 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 #FDBCE2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 226 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.01 |
| HSL | 324.92º | 0.94% | 0.86% | - |
| HSV(B) | 324.92º | 0.26% | 0.99% | - |
| XYZ | 72.22 | 62.34 | 80.18 | - |
| YUV | 211.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 226 | 0 | 0.26 | 0.11 | 0.01 | 324.92 | 0.94 | 0.86 |
| Hex | FD | BC | E2 | 0 | 1A | B | 1 | 145 | 5E | 56 |
| Octal | 375 | 274 | 342 | 0 | 32 | 13 | 1 | 505 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11100010 | 0 | 11010 | 1011 | 1 | 101000101 | 1011110 | 1010110 |
Color Harmonies of #FDBCE2
Complementary color
Monochromatic Colors of #FDBCE2
Black with #FDBCE2
Text Example
Text Example
White with #FDBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCE2; }
p { color: rgb(253,188,226); }
H1.HeaderClassName
{
color: #FDBCE2;
}
.AnyTagClassName
{
color: #FDBCE2;
}
</style>
background-color css
<style>
a { background-color: #FDBCE2; }
a { background-color: rgb(253,188,226); }
div.DivClassName
{
background-color: #FDBCE2;
}
.BgClassName
{
background-color: #FDBCE2;
}
</style>
border-color css
<style>
span { border-color: #FDBCE2; }
span { border-color: rgb(253,188,226); }
td.TdClassName
{
border-color: #FDBCE2;
}
.TagClassName
{
border-color: #FDBCE2;
}
</style>