#FFA4BA

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

Shades of Carnation Pink #FFA4BA

Tints of Carnation Pink #FFA4BA

Color information

#FFA4BA (or 0xFFA4BA) is unknown color: approx Carnation Pink. HEX triplet: FF, A4 and BA. RGB value is (255,164,186). Sum of RGB (Red+Green+Blue) = 255+164+186=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4BA is #005B45. Grayscale: #C1C1C1. Windows color (decimal): -23366 or 12231935. OLE color: 12231935.

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

Color convert

RGB255164186-
CMYK00.360.270
HSL345.49º100%82.16%-
HSV(B)345.49º35.69%100%-
XYZ63.3851.3653.03-
YUV193.72123.65171.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=42.15%
G=27.11%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516418600.360.270345.4910082.16
HexFFA4BA0241B01596452
Octal377244272044330531144122
Binary111111111010010010111010010010011011010101100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4BA; }

 p { color: rgb(255,164,186); }

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

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

 a { background-color: rgb(255,164,186); }

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

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

 span { border-color: rgb(255,164,186); }

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