#FFA7B4

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

Shades of Light Pink #FFA7B4

Tints of Light Pink #FFA7B4

Color information

#FFA7B4 (or 0xFFA7B4) is unknown color: approx Light Pink. HEX triplet: FF, A7 and B4. RGB value is (255,167,180). Sum of RGB (Red+Green+Blue) = 255+167+180=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7B4 is #00584B. Grayscale: #C2C2C2. Windows color (decimal): -22604 or 11839487. OLE color: 11839487.

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

Color convert

RGB255167180-
CMYK00.350.290
HSL351.14º100%82.75%-
HSV(B)351.14º34.51%100%-
XYZ63.352.1949.92-
YUV194.79119.65170.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 167 (65.62% from 255) = 27.74%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=42.36%
G=27.74%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516718000.350.290351.1410082.75
HexFFA7B40231D015f6453
Octal377247264043350537144123
Binary111111111010011110110100010001111101010101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7B4; }

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

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

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

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

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

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

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

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