#FFA9C6

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

Shades of Carnation Pink #FFA9C6

Tints of Carnation Pink #FFA9C6

Color information

#FFA9C6 (or 0xFFA9C6) is unknown color: approx Carnation Pink. HEX triplet: FF, A9 and C6. RGB value is (255,169,198). Sum of RGB (Red+Green+Blue) = 255+169+198=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9C6 is #005639. Grayscale: #C5C5C5. Windows color (decimal): -22074 or 13019647. OLE color: 13019647.

HSL color Cylindrical-coordinate representation of color #FFA9C6: hue angle of 339.77º 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 #FFA9C6 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255169198-
CMYK00.340.220
HSL339.77º100%83.14%-
HSV(B)339.77º33.73%100%-
XYZ65.6253.7160.34-
YUV198.02127.99168.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=41.00%
G=27.17%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516919800.340.220339.7710083.14
HexFFA9C60221601546453
Octal377251306042260524144123
Binary111111111010100111000110010001010110010101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9C6; }

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

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

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

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

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

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

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

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