#FFA6B9

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

Shades of Light Pink #FFA6B9

Tints of Light Pink #FFA6B9

Color information

#FFA6B9 (or 0xFFA6B9) is unknown color: approx Light Pink. HEX triplet: FF, A6 and B9. RGB value is (255,166,185). Sum of RGB (Red+Green+Blue) = 255+166+185=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6B9 is #005946. Grayscale: #C2C2C2. Windows color (decimal): -22855 or 12166911. OLE color: 12166911.

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

Color convert

RGB255166185-
CMYK00.350.270
HSL347.19º100%82.55%-
HSV(B)347.19º34.9%100%-
XYZ63.6352.0452.59-
YUV194.78122.49170.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 166 (65.23% from 255) = 27.39%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=42.08%
G=27.39%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516618500.350.270347.1910082.55
HexFFA6B90231B015b6453
Octal377246271043330533144123
Binary111111111010011010111001010001111011010101101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6B9; }

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

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

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

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

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

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

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

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