#FAAAAF

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

Shades of Light Pink #FAAAAF

Tints of Light Pink #FAAAAF

Color information

#FAAAAF (or 0xFAAAAF) is unknown color: approx Light Pink. HEX triplet: FA, AA and AF. RGB value is (250,170,175). Sum of RGB (Red+Green+Blue) = 250+170+175=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAAF is #055550. Grayscale: #C2C2C2. Windows color (decimal): -349521 or 11512570. OLE color: 11512570.

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

Color convert

RGB250170175-
CMYK00.320.30.02
HSL356.25º88.89%82.35%-
HSV(B)356.25º32%98.04%-
XYZ61.5452.1747.38-
YUV194.49117167.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=42.02%
G=28.57%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017017500.320.30.02356.2588.8982.35
HexFAAAAF0201E21645952
Octal372252257040362544131122
Binary1111101010101010101011110100000111101010110010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAAF; }

 p { color: rgb(250,170,175); }

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

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

 a { background-color: rgb(250,170,175); }

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

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

 span { border-color: rgb(250,170,175); }

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