Shades of Cotton Candy #FEBCDE
Tints of Cotton Candy #FEBCDE
RGB
CMYK
RGB Variations
Color information
#FEBCDE (or 0xFEBCDE) is known color: Cotton Candy. HEX triplet: FE, BC and DE. RGB value is (254,188,222). Sum of RGB (Red+Green+Blue) = 254+188+222=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCDE is #014321. Grayscale: #D3D3D3. Windows color (decimal): -82722 or 14597374. OLE color: 14597374.
HSL color Cylindrical-coordinate representation of color #FEBCDE: hue angle of 329.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 #FEBCDE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 222 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.00 |
| HSL | 329.09º | 0.97% | 0.87% | - |
| HSV(B) | 329.09º | 0.26% | 1% | - |
| XYZ | 72.04 | 62.31 | 77.34 | - |
| YUV | 211.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 222 | 0 | 0.26 | 0.13 | 0.00 | 329.09 | 0.97 | 0.87 |
| Hex | FE | BC | DE | 0 | 1A | D | 0 | 149 | 61 | 57 |
| Octal | 376 | 274 | 336 | 0 | 32 | 15 | 0 | 511 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11011110 | 0 | 11010 | 1101 | 0 | 101001001 | 1100001 | 1010111 |
Color Harmonies of #FEBCDE
Complementary color
Monochromatic Colors of #FEBCDE
Black with #FEBCDE
Text Example
Text Example
White with #FEBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCDE; }
p { color: rgb(254,188,222); }
H1.HeaderClassName
{
color: #FEBCDE;
}
.AnyTagClassName
{
color: #FEBCDE;
}
</style>
background-color css
<style>
a { background-color: #FEBCDE; }
a { background-color: rgb(254,188,222); }
div.DivClassName
{
background-color: #FEBCDE;
}
.BgClassName
{
background-color: #FEBCDE;
}
</style>
border-color css
<style>
span { border-color: #FEBCDE; }
span { border-color: rgb(254,188,222); }
td.TdClassName
{
border-color: #FEBCDE;
}
.TagClassName
{
border-color: #FEBCDE;
}
</style>