#FEAAC2

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

Shades of Carnation Pink #FEAAC2

Tints of Carnation Pink #FEAAC2

Color information

#FEAAC2 (or 0xFEAAC2) is unknown color: approx Carnation Pink. HEX triplet: FE, AA and C2. RGB value is (254,170,194). Sum of RGB (Red+Green+Blue) = 254+170+194=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAC2 is #01553D. Grayscale: #C5C5C5. Windows color (decimal): -87358 or 12757758. OLE color: 12757758.

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

Color convert

RGB254170194-
CMYK00.330.240.00
HSL342.86º97.67%83.14%-
HSV(B)342.86º33.07%99.61%-
XYZ64.9953.7257.98-
YUV197.85125.83168.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 194 (76.17% from 255) = 31.39%
R=41.10%
G=27.51%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417019400.330.240.00342.8697.6783.14
HexFEAAC20211801576253
Octal376252302041300527142123
Binary111111101010101011000010010000111000010101011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAC2; }

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

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

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

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

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

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

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

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