#FFA3C5

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

Shades of Carnation Pink #FFA3C5

Tints of Carnation Pink #FFA3C5

Color information

#FFA3C5 (or 0xFFA3C5) is unknown color: approx Carnation Pink. HEX triplet: FF, A3 and C5. RGB value is (255,163,197). Sum of RGB (Red+Green+Blue) = 255+163+197=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C5 is #005C3A. Grayscale: #C2C2C2. Windows color (decimal): -23611 or 12952575. OLE color: 12952575.

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

Color convert

RGB255163197-
CMYK00.360.230
HSL337.83º100%81.96%-
HSV(B)337.83º36.08%100%-
XYZ64.4251.4959.37-
YUV194.38129.48171.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 163 (64.06% from 255) = 26.50%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=41.46%
G=26.50%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516319700.360.230337.8310081.96
HexFFA3C50241701526452
Octal377243305044270522144122
Binary111111111010001111000101010010010111010101001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3C5; }

 p { color: rgb(255,163,197); }

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

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

 a { background-color: rgb(255,163,197); }

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

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

 span { border-color: rgb(255,163,197); }

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