Shades of Cotton Candy #FEC1D6
Tints of Cotton Candy #FEC1D6
RGB
CMYK
RGB Variations
Color information
#FEC1D6 (or 0xFEC1D6) is known color: Cotton Candy. HEX triplet: FE, C1 and D6. RGB value is (254,193,214). Sum of RGB (Red+Green+Blue) = 254+193+214=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1D6 is #013E29. Grayscale: #D5D5D5. Windows color (decimal): -81450 or 14074366. OLE color: 14074366.
HSL color Cylindrical-coordinate representation of color #FEC1D6: hue angle of 339.34º 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 #FEC1D6 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 214 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.00 |
| HSL | 339.34º | 0.97% | 0.88% | - |
| HSV(B) | 339.34º | 0.24% | 1% | - |
| XYZ | 72.08 | 64.07 | 72.19 | - |
| YUV | 213.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 214 | 0 | 0.24 | 0.16 | 0.00 | 339.34 | 0.97 | 0.88 |
| Hex | FE | C1 | D6 | 0 | 18 | 10 | 0 | 153 | 61 | 58 |
| Octal | 376 | 301 | 326 | 0 | 30 | 20 | 0 | 523 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11010110 | 0 | 11000 | 10000 | 0 | 101010011 | 1100001 | 1011000 |
Color Harmonies of #FEC1D6
Complementary color
Monochromatic Colors of #FEC1D6
Black with #FEC1D6
Text Example
Text Example
White with #FEC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1D6; }
p { color: rgb(254,193,214); }
H1.HeaderClassName
{
color: #FEC1D6;
}
.AnyTagClassName
{
color: #FEC1D6;
}
</style>
background-color css
<style>
a { background-color: #FEC1D6; }
a { background-color: rgb(254,193,214); }
div.DivClassName
{
background-color: #FEC1D6;
}
.BgClassName
{
background-color: #FEC1D6;
}
</style>
border-color css
<style>
span { border-color: #FEC1D6; }
span { border-color: rgb(254,193,214); }
td.TdClassName
{
border-color: #FEC1D6;
}
.TagClassName
{
border-color: #FEC1D6;
}
</style>