#FFA3C3

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

Shades of Carnation Pink #FFA3C3

Tints of Carnation Pink #FFA3C3

Color information

#FFA3C3 (or 0xFFA3C3) is unknown color: approx Carnation Pink. HEX triplet: FF, A3 and C3. RGB value is (255,163,195). Sum of RGB (Red+Green+Blue) = 255+163+195=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C3 is #005C3C. Grayscale: #C2C2C2. Windows color (decimal): -23613 or 12821503. OLE color: 12821503.

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

Color convert

RGB255163195-
CMYK00.360.240
HSL339.13º100%81.96%-
HSV(B)339.13º36.08%100%-
XYZ64.1951.3958.17-
YUV194.16128.48171.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=41.60%
G=26.59%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516319500.360.240339.1310081.96
HexFFA3C30241801536452
Octal377243303044300523144122
Binary111111111010001111000011010010011000010101001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3C3; }

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

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

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

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

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

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

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

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