#FFA9C4

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

Shades of Carnation Pink #FFA9C4

Tints of Carnation Pink #FFA9C4

Color information

#FFA9C4 (or 0xFFA9C4) is unknown color: approx Carnation Pink. HEX triplet: FF, A9 and C4. RGB value is (255,169,196). Sum of RGB (Red+Green+Blue) = 255+169+196=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9C4 is #00563B. Grayscale: #C5C5C5. Windows color (decimal): -22076 or 12888575. OLE color: 12888575.

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

Color convert

RGB255169196-
CMYK00.340.230
HSL341.16º100%83.14%-
HSV(B)341.16º33.73%100%-
XYZ65.3953.6259.13-
YUV197.79126.99168.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=41.13%
G=27.26%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516919600.340.230341.1610083.14
HexFFA9C40221701556453
Octal377251304042270525144123
Binary111111111010100111000100010001010111010101010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9C4; }

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

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

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

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

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

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

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

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