#FFA1B9

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

Shades of Carnation Pink #FFA1B9

Tints of Carnation Pink #FFA1B9

Color information

#FFA1B9 (or 0xFFA1B9) is unknown color: approx Carnation Pink. HEX triplet: FF, A1 and B9. RGB value is (255,161,185). Sum of RGB (Red+Green+Blue) = 255+161+185=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1B9 is #005E46. Grayscale: #BFBFBF. Windows color (decimal): -24135 or 12165631. OLE color: 12165631.

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

Color convert

RGB255161185-
CMYK00.370.270
HSL344.68º100%81.57%-
HSV(B)344.68º36.86%100%-
XYZ62.7450.2552.29-
YUV191.84124.14173.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=42.43%
G=26.79%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516118500.370.270344.6810081.57
HexFFA1B90251B01596452
Octal377241271045330531144122
Binary111111111010000110111001010010111011010101100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1B9; }

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

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

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

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

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

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

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

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