Shades of Cotton Candy #FEBCD6
Tints of Cotton Candy #FEBCD6
RGB
CMYK
RGB Variations
Color information
#FEBCD6 (or 0xFEBCD6) is known color: Cotton Candy. HEX triplet: FE, BC and D6. RGB value is (254,188,214). Sum of RGB (Red+Green+Blue) = 254+188+214=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD6 is #014329. Grayscale: #D2D2D2. Windows color (decimal): -82730 or 14073086. OLE color: 14073086.
HSL color Cylindrical-coordinate representation of color #FEBCD6: hue angle of 336.36º 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 #FEBCD6 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 214 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.00 |
| HSL | 336.36º | 0.97% | 0.87% | - |
| HSV(B) | 336.36º | 0.26% | 1% | - |
| XYZ | 70.99 | 61.89 | 71.82 | - |
| YUV | 210.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 214 | 0 | 0.26 | 0.16 | 0.00 | 336.36 | 0.97 | 0.87 |
| Hex | FE | BC | D6 | 0 | 1A | 10 | 0 | 150 | 61 | 57 |
| Octal | 376 | 274 | 326 | 0 | 32 | 20 | 0 | 520 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11010110 | 0 | 11010 | 10000 | 0 | 101010000 | 1100001 | 1010111 |
Color Harmonies of #FEBCD6
Complementary color
Monochromatic Colors of #FEBCD6
Black with #FEBCD6
Text Example
Text Example
White with #FEBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCD6; }
p { color: rgb(254,188,214); }
H1.HeaderClassName
{
color: #FEBCD6;
}
.AnyTagClassName
{
color: #FEBCD6;
}
</style>
background-color css
<style>
a { background-color: #FEBCD6; }
a { background-color: rgb(254,188,214); }
div.DivClassName
{
background-color: #FEBCD6;
}
.BgClassName
{
background-color: #FEBCD6;
}
</style>
border-color css
<style>
span { border-color: #FEBCD6; }
span { border-color: rgb(254,188,214); }
td.TdClassName
{
border-color: #FEBCD6;
}
.TagClassName
{
border-color: #FEBCD6;
}
</style>