#FEA9C5

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

Shades of Carnation Pink #FEA9C5

Tints of Carnation Pink #FEA9C5

Color information

#FEA9C5 (or 0xFEA9C5) is unknown color: approx Carnation Pink. HEX triplet: FE, A9 and C5. RGB value is (254,169,197). Sum of RGB (Red+Green+Blue) = 254+169+197=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9C5 is #01563A. Grayscale: #C5C5C5. Windows color (decimal): -87611 or 12954110. OLE color: 12954110.

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

Color convert

RGB254169197-
CMYK00.330.220.00
HSL340.24º97.7%82.94%-
HSV(B)340.24º33.46%99.61%-
XYZ65.1453.4859.71-
YUV197.61127.66168.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 197 (77.34% from 255) = 31.77%
R=40.97%
G=27.26%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416919700.330.220.00340.2497.782.94
HexFEA9C50211601546253
Octal376251305041260524142123
Binary111111101010100111000101010000110110010101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9C5; }

 p { color: rgb(254,169,197); }

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

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

 a { background-color: rgb(254,169,197); }

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

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

 span { border-color: rgb(254,169,197); }

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