#FFA3C6

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

Shades of Carnation Pink #FFA3C6

Tints of Carnation Pink #FFA3C6

Color information

#FFA3C6 (or 0xFFA3C6) is unknown color: approx Carnation Pink. HEX triplet: FF, A3 and C6. RGB value is (255,163,198). Sum of RGB (Red+Green+Blue) = 255+163+198=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C6 is #005C39. Grayscale: #C2C2C2. Windows color (decimal): -23610 or 13018111. OLE color: 13018111.

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

Color convert

RGB255163198-
CMYK00.360.220
HSL337.17º100%81.96%-
HSV(B)337.17º36.08%100%-
XYZ64.5351.5359.97-
YUV194.5129.98171.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 163 (64.06% from 255) = 26.46%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=41.40%
G=26.46%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516319800.360.220337.1710081.96
HexFFA3C60241601516452
Octal377243306044260521144122
Binary111111111010001111000110010010010110010101000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3C6; }

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

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

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

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

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

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

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

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