Shades of Cotton Candy #FEBCE0
Tints of Cotton Candy #FEBCE0
RGB
CMYK
RGB Variations
Color information
#FEBCE0 (or 0xFEBCE0) is known color: Cotton Candy. HEX triplet: FE, BC and E0. RGB value is (254,188,224). Sum of RGB (Red+Green+Blue) = 254+188+224=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCE0 is #01431F. Grayscale: #D3D3D3. Windows color (decimal): -82720 or 14728446. OLE color: 14728446.
HSL color Cylindrical-coordinate representation of color #FEBCE0: hue angle of 327.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCE0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 224 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.00 |
| HSL | 327.27º | 0.97% | 0.87% | - |
| HSV(B) | 327.27º | 0.26% | 1% | - |
| XYZ | 72.31 | 62.42 | 78.76 | - |
| YUV | 211.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 224 | 0 | 0.26 | 0.12 | 0.00 | 327.27 | 0.97 | 0.87 |
| Hex | FE | BC | E0 | 0 | 1A | C | 0 | 147 | 61 | 57 |
| Octal | 376 | 274 | 340 | 0 | 32 | 14 | 0 | 507 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11100000 | 0 | 11010 | 1100 | 0 | 101000111 | 1100001 | 1010111 |
Color Harmonies of #FEBCE0
Complementary color
Monochromatic Colors of #FEBCE0
Black with #FEBCE0
Text Example
Text Example
White with #FEBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCE0; }
p { color: rgb(254,188,224); }
H1.HeaderClassName
{
color: #FEBCE0;
}
.AnyTagClassName
{
color: #FEBCE0;
}
</style>
background-color css
<style>
a { background-color: #FEBCE0; }
a { background-color: rgb(254,188,224); }
div.DivClassName
{
background-color: #FEBCE0;
}
.BgClassName
{
background-color: #FEBCE0;
}
</style>
border-color css
<style>
span { border-color: #FEBCE0; }
span { border-color: rgb(254,188,224); }
td.TdClassName
{
border-color: #FEBCE0;
}
.TagClassName
{
border-color: #FEBCE0;
}
</style>