#FAAFB6

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

Shades of Light Pink #FAAFB6

Tints of Light Pink #FAAFB6

Color information

#FAAFB6 (or 0xFAAFB6) is unknown color: approx Light Pink. HEX triplet: FA, AF and B6. RGB value is (250,175,182). Sum of RGB (Red+Green+Blue) = 250+175+182=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFB6 is #055049. Grayscale: #C6C6C6. Windows color (decimal): -348234 or 11972602. OLE color: 11972602.

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

Color convert

RGB250175182-
CMYK00.30.270.02
HSL354.4º88.24%83.33%-
HSV(B)354.4º30%98.04%-
XYZ63.254.3651.42-
YUV198.22118.85164.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=41.19%
G=28.83%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017518200.30.270.02354.488.2483.33
HexFAAFB601E1B21625853
Octal372257266036332542130123
Binary111110101010111110110110011110110111010110001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFB6; }

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

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

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

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

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

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

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

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