#FAA7AF

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

Shades of Light Pink #FAA7AF

Tints of Light Pink #FAA7AF

Color information

#FAA7AF (or 0xFAA7AF) is unknown color: approx Light Pink. HEX triplet: FA, A7 and AF. RGB value is (250,167,175). Sum of RGB (Red+Green+Blue) = 250+167+175=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7AF is #055850. Grayscale: #C0C0C0. Windows color (decimal): -350289 or 11511802. OLE color: 11511802.

HSL color Cylindrical-coordinate representation of color #FAA7AF: hue angle of 354.22º 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 #FAA7AF is Cyan = 0, Magento = 0.33, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB250167175-
CMYK00.330.30.02
HSL354.22º89.25%81.76%-
HSV(B)354.22º33.2%98.04%-
XYZ60.9851.0647.2-
YUV192.73118168.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=42.23%
G=28.21%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016717500.330.30.02354.2289.2581.76
HexFAA7AF0211E21625952
Octal372247257041362542131122
Binary1111101010100111101011110100001111101010110001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7AF; }

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

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

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

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

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

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

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

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