#FFA9C3

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

Shades of Carnation Pink #FFA9C3

Tints of Carnation Pink #FFA9C3

Color information

#FFA9C3 (or 0xFFA9C3) is unknown color: approx Carnation Pink. HEX triplet: FF, A9 and C3. RGB value is (255,169,195). Sum of RGB (Red+Green+Blue) = 255+169+195=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9C3 is #00563C. Grayscale: #C5C5C5. Windows color (decimal): -22077 or 12823039. OLE color: 12823039.

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

Color convert

RGB255169195-
CMYK00.340.240
HSL341.86º100%83.14%-
HSV(B)341.86º33.73%100%-
XYZ65.2853.5858.53-
YUV197.68126.49168.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 169 (66.41% from 255) = 27.30%
BLUE value IS 195 (76.56% from 255) = 31.50%
R=41.20%
G=27.30%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516919500.340.240341.8610083.14
HexFFA9C30221801566453
Octal377251303042300526144123
Binary111111111010100111000011010001011000010101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9C3; }

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

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

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

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

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

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

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

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