#FEAAC3

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

Shades of Carnation Pink #FEAAC3

Tints of Carnation Pink #FEAAC3

Color information

#FEAAC3 (or 0xFEAAC3) is unknown color: approx Carnation Pink. HEX triplet: FE, AA and C3. RGB value is (254,170,195). Sum of RGB (Red+Green+Blue) = 254+170+195=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAC3 is #01553C. Grayscale: #C5C5C5. Windows color (decimal): -87357 or 12823294. OLE color: 12823294.

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

Color convert

RGB254170195-
CMYK00.330.230.00
HSL342.14º97.67%83.14%-
HSV(B)342.14º33.07%99.61%-
XYZ65.153.7658.58-
YUV197.97126.33167.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 195 (76.56% from 255) = 31.50%
R=41.03%
G=27.46%
B=31.50%

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
Decimal25417019500.330.230.00342.1497.6783.14
HexFEAAC30211701566253
Octal376252303041270526142123
Binary111111101010101011000011010000110111010101011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAC3; }

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

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

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

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

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

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

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

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