#FEAAC8

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

Shades of Carnation Pink #FEAAC8

Tints of Carnation Pink #FEAAC8

Color information

#FEAAC8 (or 0xFEAAC8) is unknown color: approx Carnation Pink. HEX triplet: FE, AA and C8. RGB value is (254,170,200). Sum of RGB (Red+Green+Blue) = 254+170+200=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAC8 is #015537. Grayscale: #C6C6C6. Windows color (decimal): -87352 or 13150974. OLE color: 13150974.

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

Color convert

RGB254170200-
CMYK00.330.210.00
HSL338.57º97.67%83.14%-
HSV(B)338.57º33.07%99.61%-
XYZ65.6753.9961.6-
YUV198.54128.83167.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=40.71%
G=27.24%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417020000.330.210.00338.5797.6783.14
HexFEAAC80211501536253
Octal376252310041250523142123
Binary111111101010101011001000010000110101010101001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAC8; }

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

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

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

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

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

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

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

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