#FFA6B7

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

Shades of Light Pink #FFA6B7

Tints of Light Pink #FFA6B7

Color information

#FFA6B7 (or 0xFFA6B7) is unknown color: approx Light Pink. HEX triplet: FF, A6 and B7. RGB value is (255,166,183). Sum of RGB (Red+Green+Blue) = 255+166+183=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6B7 is #005948. Grayscale: #C2C2C2. Windows color (decimal): -22857 or 12035839. OLE color: 12035839.

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

Color convert

RGB255166183-
CMYK00.350.280
HSL348.54º100%82.55%-
HSV(B)348.54º34.9%100%-
XYZ63.4251.9551.48-
YUV194.55121.49171.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=42.22%
G=27.48%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516618300.350.280348.5410082.55
HexFFA6B70231C015d6453
Octal377246267043340535144123
Binary111111111010011010110111010001111100010101110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6B7; }

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

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

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

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

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

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

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

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