#FEAAC4

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

Shades of Carnation Pink #FEAAC4

Tints of Carnation Pink #FEAAC4

Color information

#FEAAC4 (or 0xFEAAC4) is unknown color: approx Carnation Pink. HEX triplet: FE, AA and C4. RGB value is (254,170,196). Sum of RGB (Red+Green+Blue) = 254+170+196=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAC4 is #01553B. Grayscale: #C6C6C6. Windows color (decimal): -87356 or 12888830. OLE color: 12888830.

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

Color convert

RGB254170196-
CMYK00.330.230.00
HSL341.43º97.67%83.14%-
HSV(B)341.43º33.07%99.61%-
XYZ65.2153.8159.17-
YUV198.08126.83167.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=40.97%
G=27.42%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417019600.330.230.00341.4397.6783.14
HexFEAAC40211701556253
Octal376252304041270525142123
Binary111111101010101011000100010000110111010101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAC4; }

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

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

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

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

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

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

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

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