Shades of Cotton Candy #FDBAE0
Tints of Cotton Candy #FDBAE0
RGB
CMYK
RGB Variations
Color information
#FDBAE0 (or 0xFDBAE0) is known color: Cotton Candy. HEX triplet: FD, BA and E0. RGB value is (253,186,224). Sum of RGB (Red+Green+Blue) = 253+186+224=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAE0 is #02451F. Grayscale: #D2D2D2. Windows color (decimal): -148768 or 14727933. OLE color: 14727933.
HSL color Cylindrical-coordinate representation of color #FDBAE0: hue angle of 325.97º 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 #FDBAE0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 224 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.01 |
| HSL | 325.97º | 0.94% | 0.86% | - |
| HSV(B) | 325.97º | 0.26% | 0.99% | - |
| XYZ | 71.52 | 61.38 | 78.6 | - |
| YUV | 210.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 224 | 0 | 0.26 | 0.11 | 0.01 | 325.97 | 0.94 | 0.86 |
| Hex | FD | BA | E0 | 0 | 1A | B | 1 | 146 | 5E | 56 |
| Octal | 375 | 272 | 340 | 0 | 32 | 13 | 1 | 506 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11100000 | 0 | 11010 | 1011 | 1 | 101000110 | 1011110 | 1010110 |
Color Harmonies of #FDBAE0
Complementary color
Monochromatic Colors of #FDBAE0
Black with #FDBAE0
Text Example
Text Example
White with #FDBAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAE0; }
p { color: rgb(253,186,224); }
H1.HeaderClassName
{
color: #FDBAE0;
}
.AnyTagClassName
{
color: #FDBAE0;
}
</style>
background-color css
<style>
a { background-color: #FDBAE0; }
a { background-color: rgb(253,186,224); }
div.DivClassName
{
background-color: #FDBAE0;
}
.BgClassName
{
background-color: #FDBAE0;
}
</style>
border-color css
<style>
span { border-color: #FDBAE0; }
span { border-color: rgb(253,186,224); }
td.TdClassName
{
border-color: #FDBAE0;
}
.TagClassName
{
border-color: #FDBAE0;
}
</style>