Shades of Cotton Candy #FEC0D6
Tints of Cotton Candy #FEC0D6
RGB
CMYK
RGB Variations
Color information
#FEC0D6 (or 0xFEC0D6) is known color: Cotton Candy. HEX triplet: FE, C0 and D6. RGB value is (254,192,214). Sum of RGB (Red+Green+Blue) = 254+192+214=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0D6 is #013F29. Grayscale: #D5D5D5. Windows color (decimal): -81706 or 14074110. OLE color: 14074110.
HSL color Cylindrical-coordinate representation of color #FEC0D6: hue angle of 338.71º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0D6 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 214 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.00 |
| HSL | 338.71º | 0.97% | 0.87% | - |
| HSV(B) | 338.71º | 0.24% | 1% | - |
| XYZ | 71.86 | 63.63 | 72.11 | - |
| YUV | 213.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 214 | 0 | 0.24 | 0.16 | 0.00 | 338.71 | 0.97 | 0.87 |
| Hex | FE | C0 | D6 | 0 | 18 | 10 | 0 | 153 | 61 | 57 |
| Octal | 376 | 300 | 326 | 0 | 30 | 20 | 0 | 523 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11010110 | 0 | 11000 | 10000 | 0 | 101010011 | 1100001 | 1010111 |
Color Harmonies of #FEC0D6
Complementary color
Monochromatic Colors of #FEC0D6
Black with #FEC0D6
Text Example
Text Example
White with #FEC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0D6; }
p { color: rgb(254,192,214); }
H1.HeaderClassName
{
color: #FEC0D6;
}
.AnyTagClassName
{
color: #FEC0D6;
}
</style>
background-color css
<style>
a { background-color: #FEC0D6; }
a { background-color: rgb(254,192,214); }
div.DivClassName
{
background-color: #FEC0D6;
}
.BgClassName
{
background-color: #FEC0D6;
}
</style>
border-color css
<style>
span { border-color: #FEC0D6; }
span { border-color: rgb(254,192,214); }
td.TdClassName
{
border-color: #FEC0D6;
}
.TagClassName
{
border-color: #FEC0D6;
}
</style>