#FFA7B6

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

Shades of Light Pink #FFA7B6

Tints of Light Pink #FFA7B6

Color information

#FFA7B6 (or 0xFFA7B6) is unknown color: approx Light Pink. HEX triplet: FF, A7 and B6. RGB value is (255,167,182). Sum of RGB (Red+Green+Blue) = 255+167+182=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7B6 is #005849. Grayscale: #C3C3C3. Windows color (decimal): -22602 or 11970559. OLE color: 11970559.

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

Color convert

RGB255167182-
CMYK00.350.290
HSL349.77º100%82.75%-
HSV(B)349.77º34.51%100%-
XYZ63.552.2751-
YUV195.02120.65170.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=42.22%
G=27.65%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516718200.350.290349.7710082.75
HexFFA7B60231D015e6453
Octal377247266043350536144123
Binary111111111010011110110110010001111101010101111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7B6; }

 p { color: rgb(255,167,182); }

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

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

 a { background-color: rgb(255,167,182); }

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

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

 span { border-color: rgb(255,167,182); }

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