#FAAFB1

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

Shades of Light Pink #FAAFB1

Tints of Light Pink #FAAFB1

Color information

#FAAFB1 (or 0xFAAFB1) is unknown color: approx Light Pink. HEX triplet: FA, AF and B1. RGB value is (250,175,177). Sum of RGB (Red+Green+Blue) = 250+175+177=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFB1 is #05504E. Grayscale: #C5C5C5. Windows color (decimal): -348239 or 11644922. OLE color: 11644922.

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

Color convert

RGB250175177-
CMYK00.30.290.02
HSL358.4º88.24%83.33%-
HSV(B)358.4º30%98.04%-
XYZ62.6954.1648.74-
YUV197.65116.35165.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=41.53%
G=29.07%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017517700.30.290.02358.488.2483.33
HexFAAFB101E1D21665853
Octal372257261036352546130123
Binary111110101010111110110001011110111011010110011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFB1; }

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

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

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

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

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

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

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

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