Shades of Cotton Candy #FDBEE0
Tints of Cotton Candy #FDBEE0
RGB
CMYK
RGB Variations
Color information
#FDBEE0 (or 0xFDBEE0) is known color: Cotton Candy. HEX triplet: FD, BE and E0. RGB value is (253,190,224). Sum of RGB (Red+Green+Blue) = 253+190+224=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEE0 is #02411F. Grayscale: #D4D4D4. Windows color (decimal): -147744 or 14728957. OLE color: 14728957.
HSL color Cylindrical-coordinate representation of color #FDBEE0: hue angle of 327.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEE0 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 224 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.01 |
| HSL | 327.62º | 0.94% | 0.87% | - |
| HSV(B) | 327.62º | 0.25% | 0.99% | - |
| XYZ | 72.38 | 63.09 | 78.88 | - |
| YUV | 212.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 224 | 0 | 0.25 | 0.11 | 0.01 | 327.62 | 0.94 | 0.87 |
| Hex | FD | BE | E0 | 0 | 19 | B | 1 | 148 | 5E | 57 |
| Octal | 375 | 276 | 340 | 0 | 31 | 13 | 1 | 510 | 136 | 127 |
| Binary | 11111101 | 10111110 | 11100000 | 0 | 11001 | 1011 | 1 | 101001000 | 1011110 | 1010111 |
Color Harmonies of #FDBEE0
Complementary color
Monochromatic Colors of #FDBEE0
Black with #FDBEE0
Text Example
Text Example
White with #FDBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEE0; }
p { color: rgb(253,190,224); }
H1.HeaderClassName
{
color: #FDBEE0;
}
.AnyTagClassName
{
color: #FDBEE0;
}
</style>
background-color css
<style>
a { background-color: #FDBEE0; }
a { background-color: rgb(253,190,224); }
div.DivClassName
{
background-color: #FDBEE0;
}
.BgClassName
{
background-color: #FDBEE0;
}
</style>
border-color css
<style>
span { border-color: #FDBEE0; }
span { border-color: rgb(253,190,224); }
td.TdClassName
{
border-color: #FDBEE0;
}
.TagClassName
{
border-color: #FDBEE0;
}
</style>