#FEAAC6

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

Shades of Carnation Pink #FEAAC6

Tints of Carnation Pink #FEAAC6

Color information

#FEAAC6 (or 0xFEAAC6) is unknown color: approx Carnation Pink. HEX triplet: FE, AA and C6. RGB value is (254,170,198). Sum of RGB (Red+Green+Blue) = 254+170+198=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAC6 is #015539. Grayscale: #C6C6C6. Windows color (decimal): -87354 or 13019902. OLE color: 13019902.

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

Color convert

RGB254170198-
CMYK00.330.220.00
HSL340º97.67%83.14%-
HSV(B)340º33.07%99.61%-
XYZ65.4453.960.38-
YUV198.31127.83167.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=40.84%
G=27.33%
B=31.83%

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
Decimal25417019800.330.220.0034097.6783.14
HexFEAAC60211601546253
Octal376252306041260524142123
Binary111111101010101011000110010000110110010101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAC6; }

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

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

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

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

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

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

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

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