#FFA2C4

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

Shades of Carnation Pink #FFA2C4

Tints of Carnation Pink #FFA2C4

Color information

#FFA2C4 (or 0xFFA2C4) is unknown color: approx Carnation Pink. HEX triplet: FF, A2 and C4. RGB value is (255,162,196). Sum of RGB (Red+Green+Blue) = 255+162+196=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2C4 is #005D3B. Grayscale: #C1C1C1. Windows color (decimal): -23868 or 12886783. OLE color: 12886783.

HSL color Cylindrical-coordinate representation of color #FFA2C4: hue angle of 338.06º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2C4 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255162196-
CMYK00.360.230
HSL338.06º100%81.76%-
HSV(B)338.06º36.47%100%-
XYZ64.1251.0958.71-
YUV193.68129.31171.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 162 (63.67% from 255) = 26.43%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=41.60%
G=26.43%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516219600.360.230338.0610081.76
HexFFA2C40241701526452
Octal377242304044270522144122
Binary111111111010001011000100010010010111010101001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2C4; }

 p { color: rgb(255,162,196); }

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

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

 a { background-color: rgb(255,162,196); }

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

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

 span { border-color: rgb(255,162,196); }

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