#FFA3BF

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

Shades of Carnation Pink #FFA3BF

Tints of Carnation Pink #FFA3BF

Color information

#FFA3BF (or 0xFFA3BF) is unknown color: approx Carnation Pink. HEX triplet: FF, A3 and BF. RGB value is (255,163,191). Sum of RGB (Red+Green+Blue) = 255+163+191=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3BF is #005C40. Grayscale: #C1C1C1. Windows color (decimal): -23617 or 12559359. OLE color: 12559359.

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

Color convert

RGB255163191-
CMYK00.360.250
HSL341.74º100%81.96%-
HSV(B)341.74º36.08%100%-
XYZ63.7451.2255.82-
YUV193.7126.48171.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 163 (64.06% from 255) = 26.77%
BLUE value IS 191 (75% from 255) = 31.36%
R=41.87%
G=26.77%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516319100.360.250341.7410081.96
HexFFA3BF0241901566452
Octal377243277044310526144122
Binary111111111010001110111111010010011001010101011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3BF; }

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

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

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

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

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

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

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

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