Shades of Cotton Candy #FEC2D7
Tints of Cotton Candy #FEC2D7
RGB
CMYK
RGB Variations
Color information
#FEC2D7 (or 0xFEC2D7) is known color: Cotton Candy. HEX triplet: FE, C2 and D7. RGB value is (254,194,215). Sum of RGB (Red+Green+Blue) = 254+194+215=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D7 is #013D28. Grayscale: #D6D6D6. Windows color (decimal): -81193 or 14140158. OLE color: 14140158.
HSL color Cylindrical-coordinate representation of color #FEC2D7: hue angle of 339º 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 #FEC2D7 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 215 | - |
CMYK | 0 | 0.24 | 0.15 | 0.00 |
HSL | 339º | 0.97% | 0.88% | - |
HSV(B) | 339º | 0.24% | 1% | - |
XYZ | 72.43 | 64.56 | 72.93 | - |
YUV | 214.33 | 128.38 | 156.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 215 | 0 | 0.24 | 0.15 | 0.00 | 339 | 0.97 | 0.88 |
Hex | FE | C2 | D7 | 0 | 18 | F | 0 | 153 | 61 | 58 |
Octal | 376 | 302 | 327 | 0 | 30 | 17 | 0 | 523 | 141 | 130 |
Binary | 11111110 | 11000010 | 11010111 | 0 | 11000 | 1111 | 0 | 101010011 | 1100001 | 1011000 |
Color Harmonies of #FEC2D7
Complementary color
Monochromatic Colors of #FEC2D7
Black with #FEC2D7
Text Example
Text Example
White with #FEC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2D7; }
p { color: rgb(254,194,215); }
H1.HeaderClassName
{
color: #FEC2D7;
}
.AnyTagClassName
{
color: #FEC2D7;
}
</style>
background-color css
<style>
a { background-color: #FEC2D7; }
a { background-color: rgb(254,194,215); }
div.DivClassName
{
background-color: #FEC2D7;
}
.BgClassName
{
background-color: #FEC2D7;
}
</style>
border-color css
<style>
span { border-color: #FEC2D7; }
span { border-color: rgb(254,194,215); }
td.TdClassName
{
border-color: #FEC2D7;
}
.TagClassName
{
border-color: #FEC2D7;
}
</style>