Shades of Cotton Candy #FEBCE4
Tints of Cotton Candy #FEBCE4
RGB
CMYK
RGB Variations
Color information
#FEBCE4 (or 0xFEBCE4) is known color: Cotton Candy. HEX triplet: FE, BC and E4. RGB value is (254,188,228). Sum of RGB (Red+Green+Blue) = 254+188+228=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCE4 is #01431B. Grayscale: #D4D4D4. Windows color (decimal): -82716 or 14990590. OLE color: 14990590.
HSL color Cylindrical-coordinate representation of color #FEBCE4: hue angle of 323.64º 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 #FEBCE4 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 228 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.00 |
| HSL | 323.64º | 0.97% | 0.87% | - |
| HSV(B) | 323.64º | 0.26% | 1% | - |
| XYZ | 72.86 | 62.64 | 81.65 | - |
| YUV | 212.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 228 | 0 | 0.26 | 0.10 | 0.00 | 323.64 | 0.97 | 0.87 |
| Hex | FE | BC | E4 | 0 | 1A | A | 0 | 144 | 61 | 57 |
| Octal | 376 | 274 | 344 | 0 | 32 | 12 | 0 | 504 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11100100 | 0 | 11010 | 1010 | 0 | 101000100 | 1100001 | 1010111 |
Color Harmonies of #FEBCE4
Complementary color
Monochromatic Colors of #FEBCE4
Black with #FEBCE4
Text Example
Text Example
White with #FEBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCE4; }
p { color: rgb(254,188,228); }
H1.HeaderClassName
{
color: #FEBCE4;
}
.AnyTagClassName
{
color: #FEBCE4;
}
</style>
background-color css
<style>
a { background-color: #FEBCE4; }
a { background-color: rgb(254,188,228); }
div.DivClassName
{
background-color: #FEBCE4;
}
.BgClassName
{
background-color: #FEBCE4;
}
</style>
border-color css
<style>
span { border-color: #FEBCE4; }
span { border-color: rgb(254,188,228); }
td.TdClassName
{
border-color: #FEBCE4;
}
.TagClassName
{
border-color: #FEBCE4;
}
</style>