Shades of Cotton Candy #FDBAE1
Tints of Cotton Candy #FDBAE1
RGB
CMYK
RGB Variations
Color information
#FDBAE1 (or 0xFDBAE1) is known color: Cotton Candy. HEX triplet: FD, BA and E1. RGB value is (253,186,225). Sum of RGB (Red+Green+Blue) = 253+186+225=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAE1 is #02451E. Grayscale: #D2D2D2. Windows color (decimal): -148767 or 14793469. OLE color: 14793469.
HSL color Cylindrical-coordinate representation of color #FDBAE1: hue angle of 325.07º 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 #FDBAE1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 225 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.01 |
| HSL | 325.07º | 0.94% | 0.86% | - |
| HSV(B) | 325.07º | 0.26% | 0.99% | - |
| XYZ | 71.66 | 61.44 | 79.32 | - |
| YUV | 210.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 225 | 0 | 0.26 | 0.11 | 0.01 | 325.07 | 0.94 | 0.86 |
| Hex | FD | BA | E1 | 0 | 1A | B | 1 | 145 | 5E | 56 |
| Octal | 375 | 272 | 341 | 0 | 32 | 13 | 1 | 505 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11100001 | 0 | 11010 | 1011 | 1 | 101000101 | 1011110 | 1010110 |
Color Harmonies of #FDBAE1
Complementary color
Monochromatic Colors of #FDBAE1
Black with #FDBAE1
Text Example
Text Example
White with #FDBAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAE1; }
p { color: rgb(253,186,225); }
H1.HeaderClassName
{
color: #FDBAE1;
}
.AnyTagClassName
{
color: #FDBAE1;
}
</style>
background-color css
<style>
a { background-color: #FDBAE1; }
a { background-color: rgb(253,186,225); }
div.DivClassName
{
background-color: #FDBAE1;
}
.BgClassName
{
background-color: #FDBAE1;
}
</style>
border-color css
<style>
span { border-color: #FDBAE1; }
span { border-color: rgb(253,186,225); }
td.TdClassName
{
border-color: #FDBAE1;
}
.TagClassName
{
border-color: #FDBAE1;
}
</style>