Shades of Cotton Candy #FEC1DB
Tints of Cotton Candy #FEC1DB
RGB
CMYK
RGB Variations
Color information
#FEC1DB (or 0xFEC1DB) is known color: Cotton Candy. HEX triplet: FE, C1 and DB. RGB value is (254,193,219). Sum of RGB (Red+Green+Blue) = 254+193+219=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1DB is #013E24. Grayscale: #D6D6D6. Windows color (decimal): -81445 or 14402046. OLE color: 14402046.
HSL color Cylindrical-coordinate representation of color #FEC1DB: hue angle of 334.43º 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 #FEC1DB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 219 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.00 |
| HSL | 334.43º | 0.97% | 0.88% | - |
| HSV(B) | 334.43º | 0.24% | 1% | - |
| XYZ | 72.73 | 64.33 | 75.6 | - |
| YUV | 214.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 219 | 0 | 0.24 | 0.14 | 0.00 | 334.43 | 0.97 | 0.88 |
| Hex | FE | C1 | DB | 0 | 18 | E | 0 | 14E | 61 | 58 |
| Octal | 376 | 301 | 333 | 0 | 30 | 16 | 0 | 516 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11011011 | 0 | 11000 | 1110 | 0 | 101001110 | 1100001 | 1011000 |
Color Harmonies of #FEC1DB
Complementary color
Monochromatic Colors of #FEC1DB
Black with #FEC1DB
Text Example
Text Example
White with #FEC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1DB; }
p { color: rgb(254,193,219); }
H1.HeaderClassName
{
color: #FEC1DB;
}
.AnyTagClassName
{
color: #FEC1DB;
}
</style>
background-color css
<style>
a { background-color: #FEC1DB; }
a { background-color: rgb(254,193,219); }
div.DivClassName
{
background-color: #FEC1DB;
}
.BgClassName
{
background-color: #FEC1DB;
}
</style>
border-color css
<style>
span { border-color: #FEC1DB; }
span { border-color: rgb(254,193,219); }
td.TdClassName
{
border-color: #FEC1DB;
}
.TagClassName
{
border-color: #FEC1DB;
}
</style>