#FEA5C2

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

Shades of Carnation Pink #FEA5C2

Tints of Carnation Pink #FEA5C2

Color information

#FEA5C2 (or 0xFEA5C2) is unknown color: approx Carnation Pink. HEX triplet: FE, A5 and C2. RGB value is (254,165,194). Sum of RGB (Red+Green+Blue) = 254+165+194=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5C2 is #015A3D. Grayscale: #C2C2C2. Windows color (decimal): -88638 or 12756478. OLE color: 12756478.

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

Color convert

RGB254165194-
CMYK00.350.240.00
HSL340.45º97.8%82.16%-
HSV(B)340.45º35.04%99.61%-
XYZ64.0751.8857.68-
YUV194.92127.49170.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 165 (64.84% from 255) = 26.92%
BLUE value IS 194 (76.17% from 255) = 31.65%
R=41.44%
G=26.92%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416519400.350.240.00340.4597.882.16
HexFEA5C20231801546252
Octal376245302043300524142122
Binary111111101010010111000010010001111000010101010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5C2; }

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

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

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

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

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

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

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

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