#FEA3C4

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

Shades of Carnation Pink #FEA3C4

Tints of Carnation Pink #FEA3C4

Color information

#FEA3C4 (or 0xFEA3C4) is unknown color: approx Carnation Pink. HEX triplet: FE, A3 and C4. RGB value is (254,163,196). Sum of RGB (Red+Green+Blue) = 254+163+196=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C4 is #015C3B. Grayscale: #C1C1C1. Windows color (decimal): -89148 or 12887038. OLE color: 12887038.

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

Color convert

RGB254163196-
CMYK00.360.230.00
HSL338.24º97.85%81.76%-
HSV(B)338.24º35.83%99.61%-
XYZ63.9351.2558.75-
YUV193.97129.15170.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=41.44%
G=26.59%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416319600.360.230.00338.2497.8581.76
HexFEA3C40241701526252
Octal376243304044270522142122
Binary111111101010001111000100010010010111010101001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3C4; }

 p { color: rgb(254,163,196); }

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

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

 a { background-color: rgb(254,163,196); }

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

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

 span { border-color: rgb(254,163,196); }

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