Shades of Cotton Candy #FEBBE1
Tints of Cotton Candy #FEBBE1
RGB
CMYK
RGB Variations
Color information
#FEBBE1 (or 0xFEBBE1) is known color: Cotton Candy. HEX triplet: FE, BB and E1. RGB value is (254,187,225). Sum of RGB (Red+Green+Blue) = 254+187+225=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBE1 is #01441E. Grayscale: #D3D3D3. Windows color (decimal): -82975 or 14793726. OLE color: 14793726.
HSL color Cylindrical-coordinate representation of color #FEBBE1: hue angle of 325.97º 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 #FEBBE1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 225 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.00 |
| HSL | 325.97º | 0.97% | 0.86% | - |
| HSV(B) | 325.97º | 0.26% | 1% | - |
| XYZ | 72.23 | 62.05 | 79.4 | - |
| YUV | 211.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 225 | 0 | 0.26 | 0.11 | 0.00 | 325.97 | 0.97 | 0.86 |
| Hex | FE | BB | E1 | 0 | 1A | B | 0 | 146 | 61 | 56 |
| Octal | 376 | 273 | 341 | 0 | 32 | 13 | 0 | 506 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11100001 | 0 | 11010 | 1011 | 0 | 101000110 | 1100001 | 1010110 |
Color Harmonies of #FEBBE1
Complementary color
Monochromatic Colors of #FEBBE1
Black with #FEBBE1
Text Example
Text Example
White with #FEBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBE1; }
p { color: rgb(254,187,225); }
H1.HeaderClassName
{
color: #FEBBE1;
}
.AnyTagClassName
{
color: #FEBBE1;
}
</style>
background-color css
<style>
a { background-color: #FEBBE1; }
a { background-color: rgb(254,187,225); }
div.DivClassName
{
background-color: #FEBBE1;
}
.BgClassName
{
background-color: #FEBBE1;
}
</style>
border-color css
<style>
span { border-color: #FEBBE1; }
span { border-color: rgb(254,187,225); }
td.TdClassName
{
border-color: #FEBBE1;
}
.TagClassName
{
border-color: #FEBBE1;
}
</style>