#FEAAC5

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

Shades of Carnation Pink #FEAAC5

Tints of Carnation Pink #FEAAC5

Color information

#FEAAC5 (or 0xFEAAC5) is unknown color: approx Carnation Pink. HEX triplet: FE, AA and C5. RGB value is (254,170,197). Sum of RGB (Red+Green+Blue) = 254+170+197=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAC5 is #01553A. Grayscale: #C6C6C6. Windows color (decimal): -87355 or 12954366. OLE color: 12954366.

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

Color convert

RGB254170197-
CMYK00.330.220.00
HSL340.71º97.67%83.14%-
HSV(B)340.71º33.07%99.61%-
XYZ65.3353.8559.77-
YUV198.19127.33167.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 197 (77.34% from 255) = 31.72%
R=40.90%
G=27.38%
B=31.72%

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
Decimal25417019700.330.220.00340.7197.6783.14
HexFEAAC50211601556253
Octal376252305041260525142123
Binary111111101010101011000101010000110110010101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAC5; }

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

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

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

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

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

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

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

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