#FFA9C2

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

Shades of Carnation Pink #FFA9C2

Tints of Carnation Pink #FFA9C2

Color information

#FFA9C2 (or 0xFFA9C2) is unknown color: approx Carnation Pink. HEX triplet: FF, A9 and C2. RGB value is (255,169,194). Sum of RGB (Red+Green+Blue) = 255+169+194=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9C2 is #00563D. Grayscale: #C5C5C5. Windows color (decimal): -22078 or 12757503. OLE color: 12757503.

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

Color convert

RGB255169194-
CMYK00.340.240
HSL342.56º100%83.14%-
HSV(B)342.56º33.73%100%-
XYZ65.1753.5357.94-
YUV197.56125.99168.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 169 (66.41% from 255) = 27.35%
BLUE value IS 194 (76.17% from 255) = 31.39%
R=41.26%
G=27.35%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516919400.340.240342.5610083.14
HexFFA9C20221801576453
Octal377251302042300527144123
Binary111111111010100111000010010001011000010101011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9C2; }

 p { color: rgb(255,169,194); }

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

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

 a { background-color: rgb(255,169,194); }

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

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

 span { border-color: rgb(255,169,194); }

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