#FFA7B9

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

Shades of Light Pink #FFA7B9

Tints of Light Pink #FFA7B9

Color information

#FFA7B9 (or 0xFFA7B9) is unknown color: approx Light Pink. HEX triplet: FF, A7 and B9. RGB value is (255,167,185). Sum of RGB (Red+Green+Blue) = 255+167+185=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7B9 is #005846. Grayscale: #C3C3C3. Windows color (decimal): -22599 or 12167167. OLE color: 12167167.

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

Color convert

RGB255167185-
CMYK00.350.270
HSL347.73º100%82.75%-
HSV(B)347.73º34.51%100%-
XYZ63.8252.452.65-
YUV195.36122.15170.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=42.01%
G=27.51%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516718500.350.270347.7310082.75
HexFFA7B90231B015c6453
Octal377247271043330534144123
Binary111111111010011110111001010001111011010101110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7B9; }

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

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

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

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

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

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

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

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