Shades of Cotton Candy #FEBBD1
Tints of Cotton Candy #FEBBD1
RGB
CMYK
RGB Variations
Color information
#FEBBD1 (or 0xFEBBD1) is known color: Cotton Candy. HEX triplet: FE, BB and D1. RGB value is (254,187,209). Sum of RGB (Red+Green+Blue) = 254+187+209=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBD1 is #01442E. Grayscale: #D1D1D1. Windows color (decimal): -82991 or 13745150. OLE color: 13745150.
HSL color Cylindrical-coordinate representation of color #FEBBD1: hue angle of 340.3º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBD1 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 209 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.00 |
| HSL | 340.3º | 0.97% | 0.86% | - |
| HSV(B) | 340.3º | 0.26% | 1% | - |
| XYZ | 70.15 | 61.21 | 68.44 | - |
| YUV | 209.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 209 | 0 | 0.26 | 0.18 | 0.00 | 340.3 | 0.97 | 0.86 |
| Hex | FE | BB | D1 | 0 | 1A | 12 | 0 | 154 | 61 | 56 |
| Octal | 376 | 273 | 321 | 0 | 32 | 22 | 0 | 524 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11010001 | 0 | 11010 | 10010 | 0 | 101010100 | 1100001 | 1010110 |
Color Harmonies of #FEBBD1
Complementary color
Monochromatic Colors of #FEBBD1
Black with #FEBBD1
Text Example
Text Example
White with #FEBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBD1; }
p { color: rgb(254,187,209); }
H1.HeaderClassName
{
color: #FEBBD1;
}
.AnyTagClassName
{
color: #FEBBD1;
}
</style>
background-color css
<style>
a { background-color: #FEBBD1; }
a { background-color: rgb(254,187,209); }
div.DivClassName
{
background-color: #FEBBD1;
}
.BgClassName
{
background-color: #FEBBD1;
}
</style>
border-color css
<style>
span { border-color: #FEBBD1; }
span { border-color: rgb(254,187,209); }
td.TdClassName
{
border-color: #FEBBD1;
}
.TagClassName
{
border-color: #FEBBD1;
}
</style>