Shades of Cotton Candy #FEBCDC
Tints of Cotton Candy #FEBCDC
RGB
CMYK
RGB Variations
Color information
#FEBCDC (or 0xFEBCDC) is known color: Cotton Candy. HEX triplet: FE, BC and DC. RGB value is (254,188,220). Sum of RGB (Red+Green+Blue) = 254+188+220=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCDC is #014323. Grayscale: #D3D3D3. Windows color (decimal): -82724 or 14466302. OLE color: 14466302.
HSL color Cylindrical-coordinate representation of color #FEBCDC: hue angle of 330.91º 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 #FEBCDC is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 220 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.00 |
| HSL | 330.91º | 0.97% | 0.87% | - |
| HSV(B) | 330.91º | 0.26% | 1% | - |
| XYZ | 71.77 | 62.2 | 75.93 | - |
| YUV | 211.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 220 | 0 | 0.26 | 0.13 | 0.00 | 330.91 | 0.97 | 0.87 |
| Hex | FE | BC | DC | 0 | 1A | D | 0 | 14B | 61 | 57 |
| Octal | 376 | 274 | 334 | 0 | 32 | 15 | 0 | 513 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11011100 | 0 | 11010 | 1101 | 0 | 101001011 | 1100001 | 1010111 |
Color Harmonies of #FEBCDC
Complementary color
Monochromatic Colors of #FEBCDC
Black with #FEBCDC
Text Example
Text Example
White with #FEBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCDC; }
p { color: rgb(254,188,220); }
H1.HeaderClassName
{
color: #FEBCDC;
}
.AnyTagClassName
{
color: #FEBCDC;
}
</style>
background-color css
<style>
a { background-color: #FEBCDC; }
a { background-color: rgb(254,188,220); }
div.DivClassName
{
background-color: #FEBCDC;
}
.BgClassName
{
background-color: #FEBCDC;
}
</style>
border-color css
<style>
span { border-color: #FEBCDC; }
span { border-color: rgb(254,188,220); }
td.TdClassName
{
border-color: #FEBCDC;
}
.TagClassName
{
border-color: #FEBCDC;
}
</style>