Shades of Cotton Candy #FEBCD3
Tints of Cotton Candy #FEBCD3
RGB
CMYK
RGB Variations
Color information
#FEBCD3 (or 0xFEBCD3) is known color: Cotton Candy. HEX triplet: FE, BC and D3. RGB value is (254,188,211). Sum of RGB (Red+Green+Blue) = 254+188+211=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCD3 is #01432C. Grayscale: #D2D2D2. Windows color (decimal): -82733 or 13876478. OLE color: 13876478.
HSL color Cylindrical-coordinate representation of color #FEBCD3: hue angle of 339.09º 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 #FEBCD3 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 211 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.00 |
| HSL | 339.09º | 0.97% | 0.87% | - |
| HSV(B) | 339.09º | 0.26% | 1% | - |
| XYZ | 70.61 | 61.74 | 69.82 | - |
| YUV | 210.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 211 | 0 | 0.26 | 0.17 | 0.00 | 339.09 | 0.97 | 0.87 |
| Hex | FE | BC | D3 | 0 | 1A | 11 | 0 | 153 | 61 | 57 |
| Octal | 376 | 274 | 323 | 0 | 32 | 21 | 0 | 523 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11010011 | 0 | 11010 | 10001 | 0 | 101010011 | 1100001 | 1010111 |
Color Harmonies of #FEBCD3
Complementary color
Monochromatic Colors of #FEBCD3
Black with #FEBCD3
Text Example
Text Example
White with #FEBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCD3; }
p { color: rgb(254,188,211); }
H1.HeaderClassName
{
color: #FEBCD3;
}
.AnyTagClassName
{
color: #FEBCD3;
}
</style>
background-color css
<style>
a { background-color: #FEBCD3; }
a { background-color: rgb(254,188,211); }
div.DivClassName
{
background-color: #FEBCD3;
}
.BgClassName
{
background-color: #FEBCD3;
}
</style>
border-color css
<style>
span { border-color: #FEBCD3; }
span { border-color: rgb(254,188,211); }
td.TdClassName
{
border-color: #FEBCD3;
}
.TagClassName
{
border-color: #FEBCD3;
}
</style>