#FEA4CA

Color #FEA4CA Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FEA4CA

Tints of Carnation Pink #FEA4CA

Color information

#FEA4CA (or 0xFEA4CA) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and CA. RGB value is (254,164,202). Sum of RGB (Red+Green+Blue) = 254+164+202=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4CA is #015B35. Grayscale: #C3C3C3. Windows color (decimal): -88886 or 13280510. OLE color: 13280510.

HSL color Cylindrical-coordinate representation of color #FEA4CA: hue angle of 334.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA4CA is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254164202-
CMYK00.350.200.00
HSL334.67º97.83%81.96%-
HSV(B)334.67º35.43%99.61%-
XYZ64.8151.8962.48-
YUV195.24131.82169.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=40.97%
G=26.45%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416420200.350.200.00334.6797.8381.96
HexFEA4CA02314014f6252
Octal376244312043240517142122
Binary111111101010010011001010010001110100010100111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4CA; }

 p { color: rgb(254,164,202); }

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

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

 a { background-color: rgb(254,164,202); }

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

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

 span { border-color: rgb(254,164,202); }

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