#FFA0BA

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

Shades of Carnation Pink #FFA0BA

Tints of Carnation Pink #FFA0BA

Color information

#FFA0BA (or 0xFFA0BA) is unknown color: approx Carnation Pink. HEX triplet: FF, A0 and BA. RGB value is (255,160,186). Sum of RGB (Red+Green+Blue) = 255+160+186=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0BA is #005F45. Grayscale: #BFBFBF. Windows color (decimal): -24390 or 12230911. OLE color: 12230911.

HSL color Cylindrical-coordinate representation of color #FFA0BA: hue angle of 343.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0BA is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255160186-
CMYK00.370.270
HSL343.58º100%81.37%-
HSV(B)343.58º37.25%100%-
XYZ62.6749.9552.79-
YUV191.37124.97173.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=42.43%
G=26.62%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516018600.370.270343.5810081.37
HexFFA0BA0251B01586451
Octal377240272045330530144121
Binary111111111010000010111010010010111011010101100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0BA; }

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

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

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

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

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

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

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

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