Shades of Cotton Candy #FEC1DA
Tints of Cotton Candy #FEC1DA
RGB
CMYK
RGB Variations
Color information
#FEC1DA (or 0xFEC1DA) is known color: Cotton Candy. HEX triplet: FE, C1 and DA. RGB value is (254,193,218). Sum of RGB (Red+Green+Blue) = 254+193+218=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1DA is #013E25. Grayscale: #D6D6D6. Windows color (decimal): -81446 or 14336510. OLE color: 14336510.
HSL color Cylindrical-coordinate representation of color #FEC1DA: hue angle of 335.41º 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 #FEC1DA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 218 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.00 |
| HSL | 335.41º | 0.97% | 0.88% | - |
| HSV(B) | 335.41º | 0.24% | 1% | - |
| XYZ | 72.6 | 64.27 | 74.91 | - |
| YUV | 214.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 218 | 0 | 0.24 | 0.14 | 0.00 | 335.41 | 0.97 | 0.88 |
| Hex | FE | C1 | DA | 0 | 18 | E | 0 | 14F | 61 | 58 |
| Octal | 376 | 301 | 332 | 0 | 30 | 16 | 0 | 517 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11011010 | 0 | 11000 | 1110 | 0 | 101001111 | 1100001 | 1011000 |
Color Harmonies of #FEC1DA
Complementary color
Monochromatic Colors of #FEC1DA
Black with #FEC1DA
Text Example
Text Example
White with #FEC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1DA; }
p { color: rgb(254,193,218); }
H1.HeaderClassName
{
color: #FEC1DA;
}
.AnyTagClassName
{
color: #FEC1DA;
}
</style>
background-color css
<style>
a { background-color: #FEC1DA; }
a { background-color: rgb(254,193,218); }
div.DivClassName
{
background-color: #FEC1DA;
}
.BgClassName
{
background-color: #FEC1DA;
}
</style>
border-color css
<style>
span { border-color: #FEC1DA; }
span { border-color: rgb(254,193,218); }
td.TdClassName
{
border-color: #FEC1DA;
}
.TagClassName
{
border-color: #FEC1DA;
}
</style>