Shades of Cotton Candy #FDBCE3
Tints of Cotton Candy #FDBCE3
RGB
CMYK
RGB Variations
Color information
#FDBCE3 (or 0xFDBCE3) is known color: Cotton Candy. HEX triplet: FD, BC and E3. RGB value is (253,188,227). Sum of RGB (Red+Green+Blue) = 253+188+227=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCE3 is #02431C. Grayscale: #D3D3D3. Windows color (decimal): -148253 or 14925053. OLE color: 14925053.
HSL color Cylindrical-coordinate representation of color #FDBCE3: hue angle of 324º 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 #FDBCE3 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 227 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.01 |
| HSL | 324º | 0.94% | 0.86% | - |
| HSV(B) | 324º | 0.26% | 0.99% | - |
| XYZ | 72.36 | 62.4 | 80.9 | - |
| YUV | 211.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 227 | 0 | 0.26 | 0.10 | 0.01 | 324 | 0.94 | 0.86 |
| Hex | FD | BC | E3 | 0 | 1A | A | 1 | 144 | 5E | 56 |
| Octal | 375 | 274 | 343 | 0 | 32 | 12 | 1 | 504 | 136 | 126 |
| Binary | 11111101 | 10111100 | 11100011 | 0 | 11010 | 1010 | 1 | 101000100 | 1011110 | 1010110 |
Color Harmonies of #FDBCE3
Complementary color
Monochromatic Colors of #FDBCE3
Black with #FDBCE3
Text Example
Text Example
White with #FDBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCE3; }
p { color: rgb(253,188,227); }
H1.HeaderClassName
{
color: #FDBCE3;
}
.AnyTagClassName
{
color: #FDBCE3;
}
</style>
background-color css
<style>
a { background-color: #FDBCE3; }
a { background-color: rgb(253,188,227); }
div.DivClassName
{
background-color: #FDBCE3;
}
.BgClassName
{
background-color: #FDBCE3;
}
</style>
border-color css
<style>
span { border-color: #FDBCE3; }
span { border-color: rgb(253,188,227); }
td.TdClassName
{
border-color: #FDBCE3;
}
.TagClassName
{
border-color: #FDBCE3;
}
</style>