#FAA8B0

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

Shades of Light Pink #FAA8B0

Tints of Light Pink #FAA8B0

Color information

#FAA8B0 (or 0xFAA8B0) is unknown color: approx Light Pink. HEX triplet: FA, A8 and B0. RGB value is (250,168,176). Sum of RGB (Red+Green+Blue) = 250+168+176=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8B0 is #05574F. Grayscale: #C1C1C1. Windows color (decimal): -350032 or 11577594. OLE color: 11577594.

HSL color Cylindrical-coordinate representation of color #FAA8B0: hue angle of 354.15º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8B0 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250168176-
CMYK00.330.300.02
HSL354.15º89.13%81.96%-
HSV(B)354.15º32.8%98.04%-
XYZ61.2651.4647.78-
YUV193.43118.17168.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 176 (69.14% from 255) = 29.63%
R=42.09%
G=28.28%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016817600.330.300.02354.1589.1381.96
HexFAA8B00211E21625952
Octal372250260041362542131122
Binary1111101010101000101100000100001111101010110001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8B0; }

 p { color: rgb(250,168,176); }

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

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

 a { background-color: rgb(250,168,176); }

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

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

 span { border-color: rgb(250,168,176); }

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