Shades of Cotton Candy #FEBCDD
Tints of Cotton Candy #FEBCDD
RGB
CMYK
RGB Variations
Color information
#FEBCDD (or 0xFEBCDD) is known color: Cotton Candy. HEX triplet: FE, BC and DD. RGB value is (254,188,221). Sum of RGB (Red+Green+Blue) = 254+188+221=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCDD is #014322. Grayscale: #D3D3D3. Windows color (decimal): -82723 or 14531838. OLE color: 14531838.
HSL color Cylindrical-coordinate representation of color #FEBCDD: hue angle of 330º 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 #FEBCDD is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 221 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.00 |
| HSL | 330º | 0.97% | 0.87% | - |
| HSV(B) | 330º | 0.26% | 1% | - |
| XYZ | 71.91 | 62.26 | 76.63 | - |
| YUV | 211.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 221 | 0 | 0.26 | 0.13 | 0.00 | 330 | 0.97 | 0.87 |
| Hex | FE | BC | DD | 0 | 1A | D | 0 | 14A | 61 | 57 |
| Octal | 376 | 274 | 335 | 0 | 32 | 15 | 0 | 512 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11011101 | 0 | 11010 | 1101 | 0 | 101001010 | 1100001 | 1010111 |
Color Harmonies of #FEBCDD
Complementary color
Monochromatic Colors of #FEBCDD
Black with #FEBCDD
Text Example
Text Example
White with #FEBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCDD; }
p { color: rgb(254,188,221); }
H1.HeaderClassName
{
color: #FEBCDD;
}
.AnyTagClassName
{
color: #FEBCDD;
}
</style>
background-color css
<style>
a { background-color: #FEBCDD; }
a { background-color: rgb(254,188,221); }
div.DivClassName
{
background-color: #FEBCDD;
}
.BgClassName
{
background-color: #FEBCDD;
}
</style>
border-color css
<style>
span { border-color: #FEBCDD; }
span { border-color: rgb(254,188,221); }
td.TdClassName
{
border-color: #FEBCDD;
}
.TagClassName
{
border-color: #FEBCDD;
}
</style>