#FEC2D9

Color #FEC2D9 Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FEC2D9

Tints of Cotton Candy #FEC2D9

Color information

#FEC2D9 (or 0xFEC2D9) is unknown color: approx Cotton Candy. HEX triplet: FE, C2 and D9. RGB value is (254,194,217). Sum of RGB (Red+Green+Blue) = 254+194+217=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D9 is #013D26. Grayscale: #D6D6D6. Windows color (decimal): -81191 or 14271230. OLE color: 14271230.

HSL color Cylindrical-coordinate representation of color #FEC2D9: hue angle of 337º 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 #FEC2D9 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254194217-
CMYK00.240.150.00
HSL337º96.77%87.84%-
HSV(B)337º23.62%99.61%-
XYZ72.6964.6674.3-
YUV214.56129.38156.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 194 (76.17% from 255) = 29.17%
BLUE value IS 217 (85.16% from 255) = 32.63%
R=38.20%
G=29.17%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419421700.240.150.0033796.7787.84
HexFEC2D9018F01516158
Octal376302331030170521141130
Binary1111111011000010110110010110001111010101000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2D9; }

 p { color: rgb(254,194,217); }

 H1.HeaderClassName
 {
   color: #FEC2D9;
 }
 .AnyTagClassName
 {
   color: #FEC2D9;
 }
</style>
background-color css

<style>
 a { background-color: #FEC2D9; }

 a { background-color: rgb(254,194,217); }

 div.DivClassName
 {
   background-color: #FEC2D9;
 }
 .BgClassName
 {
   background-color: #FEC2D9;
 }
</style>
border-color css

<style>
 span { border-color: #FEC2D9; }

 span { border-color: rgb(254,194,217); }

 td.TdClassName
 {
   border-color: #FEC2D9;
 }
 .TagClassName
 {
   border-color: #FEC2D9;
 }
</style>