Shades of Cotton Candy #FEC2D6
Tints of Cotton Candy #FEC2D6
RGB
CMYK
RGB Variations
Color information
#FEC2D6 (or 0xFEC2D6) is known color: Cotton Candy. HEX triplet: FE, C2 and D6. RGB value is (254,194,214). Sum of RGB (Red+Green+Blue) = 254+194+214=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D6 is #013D29. Grayscale: #D6D6D6. Windows color (decimal): -81194 or 14074622. OLE color: 14074622.
HSL color Cylindrical-coordinate representation of color #FEC2D6: hue angle of 340º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2D6 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 214 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.00 |
| HSL | 340º | 0.97% | 0.88% | - |
| HSV(B) | 340º | 0.24% | 1% | - |
| XYZ | 72.3 | 64.51 | 72.26 | - |
| YUV | 214.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 214 | 0 | 0.24 | 0.16 | 0.00 | 340 | 0.97 | 0.88 |
| Hex | FE | C2 | D6 | 0 | 18 | 10 | 0 | 154 | 61 | 58 |
| Octal | 376 | 302 | 326 | 0 | 30 | 20 | 0 | 524 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11010110 | 0 | 11000 | 10000 | 0 | 101010100 | 1100001 | 1011000 |
Color Harmonies of #FEC2D6
Complementary color
Monochromatic Colors of #FEC2D6
Black with #FEC2D6
Text Example
Text Example
White with #FEC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2D6; }
p { color: rgb(254,194,214); }
H1.HeaderClassName
{
color: #FEC2D6;
}
.AnyTagClassName
{
color: #FEC2D6;
}
</style>
background-color css
<style>
a { background-color: #FEC2D6; }
a { background-color: rgb(254,194,214); }
div.DivClassName
{
background-color: #FEC2D6;
}
.BgClassName
{
background-color: #FEC2D6;
}
</style>
border-color css
<style>
span { border-color: #FEC2D6; }
span { border-color: rgb(254,194,214); }
td.TdClassName
{
border-color: #FEC2D6;
}
.TagClassName
{
border-color: #FEC2D6;
}
</style>