#FFA2B9

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

Shades of Carnation Pink #FFA2B9

Tints of Carnation Pink #FFA2B9

Color information

#FFA2B9 (or 0xFFA2B9) is unknown color: approx Carnation Pink. HEX triplet: FF, A2 and B9. RGB value is (255,162,185). Sum of RGB (Red+Green+Blue) = 255+162+185=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2B9 is #005D46. Grayscale: #C0C0C0. Windows color (decimal): -23879 or 12165887. OLE color: 12165887.

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

Color convert

RGB255162185-
CMYK00.360.270
HSL345.16º100%81.76%-
HSV(B)345.16º36.47%100%-
XYZ62.9250.652.35-
YUV192.43123.81172.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 185 (72.66% from 255) = 30.73%
R=42.36%
G=26.91%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516218500.360.270345.1610081.76
HexFFA2B90241B01596452
Octal377242271044330531144122
Binary111111111010001010111001010010011011010101100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2B9; }

 p { color: rgb(255,162,185); }

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

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

 a { background-color: rgb(255,162,185); }

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

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

 span { border-color: rgb(255,162,185); }

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