Shades of Cotton Candy #FEB8DC
Tints of Cotton Candy #FEB8DC
RGB
CMYK
RGB Variations
Color information
#FEB8DC (or 0xFEB8DC) is known color: Cotton Candy. HEX triplet: FE, B8 and DC. RGB value is (254,184,220). Sum of RGB (Red+Green+Blue) = 254+184+220=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8DC is #014723. Grayscale: #D0D0D0. Windows color (decimal): -83748 or 14465278. OLE color: 14465278.
HSL color Cylindrical-coordinate representation of color #FEB8DC: hue angle of 329.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8DC is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 220 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.00 |
| HSL | 329.14º | 0.97% | 0.86% | - |
| HSV(B) | 329.14º | 0.28% | 1% | - |
| XYZ | 70.93 | 60.52 | 75.65 | - |
| YUV | 209.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 220 | 0 | 0.28 | 0.13 | 0.00 | 329.14 | 0.97 | 0.86 |
| Hex | FE | B8 | DC | 0 | 1C | D | 0 | 149 | 61 | 56 |
| Octal | 376 | 270 | 334 | 0 | 34 | 15 | 0 | 511 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11011100 | 0 | 11100 | 1101 | 0 | 101001001 | 1100001 | 1010110 |
Color Harmonies of #FEB8DC
Complementary color
Monochromatic Colors of #FEB8DC
Black with #FEB8DC
Text Example
Text Example
White with #FEB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8DC; }
p { color: rgb(254,184,220); }
H1.HeaderClassName
{
color: #FEB8DC;
}
.AnyTagClassName
{
color: #FEB8DC;
}
</style>
background-color css
<style>
a { background-color: #FEB8DC; }
a { background-color: rgb(254,184,220); }
div.DivClassName
{
background-color: #FEB8DC;
}
.BgClassName
{
background-color: #FEB8DC;
}
</style>
border-color css
<style>
span { border-color: #FEB8DC; }
span { border-color: rgb(254,184,220); }
td.TdClassName
{
border-color: #FEB8DC;
}
.TagClassName
{
border-color: #FEB8DC;
}
</style>