Shades of Cotton Candy #FEC0D4
Tints of Cotton Candy #FEC0D4
RGB
CMYK
RGB Variations
Color information
#FEC0D4 (or 0xFEC0D4) is known color: Cotton Candy. HEX triplet: FE, C0 and D4. RGB value is (254,192,212). Sum of RGB (Red+Green+Blue) = 254+192+212=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0D4 is #013F2B. Grayscale: #D4D4D4. Windows color (decimal): -81708 or 13943038. OLE color: 13943038.
HSL color Cylindrical-coordinate representation of color #FEC0D4: hue angle of 340.65º 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 #FEC0D4 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 212 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.00 |
| HSL | 340.65º | 0.97% | 0.87% | - |
| HSV(B) | 340.65º | 0.24% | 1% | - |
| XYZ | 71.61 | 63.52 | 70.77 | - |
| YUV | 212.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 212 | 0 | 0.24 | 0.17 | 0.00 | 340.65 | 0.97 | 0.87 |
| Hex | FE | C0 | D4 | 0 | 18 | 11 | 0 | 155 | 61 | 57 |
| Octal | 376 | 300 | 324 | 0 | 30 | 21 | 0 | 525 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11010100 | 0 | 11000 | 10001 | 0 | 101010101 | 1100001 | 1010111 |
Color Harmonies of #FEC0D4
Complementary color
Monochromatic Colors of #FEC0D4
Black with #FEC0D4
Text Example
Text Example
White with #FEC0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0D4; }
p { color: rgb(254,192,212); }
H1.HeaderClassName
{
color: #FEC0D4;
}
.AnyTagClassName
{
color: #FEC0D4;
}
</style>
background-color css
<style>
a { background-color: #FEC0D4; }
a { background-color: rgb(254,192,212); }
div.DivClassName
{
background-color: #FEC0D4;
}
.BgClassName
{
background-color: #FEC0D4;
}
</style>
border-color css
<style>
span { border-color: #FEC0D4; }
span { border-color: rgb(254,192,212); }
td.TdClassName
{
border-color: #FEC0D4;
}
.TagClassName
{
border-color: #FEC0D4;
}
</style>