#FAABBB

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

Shades of Light Pink #FAABBB

Tints of Light Pink #FAABBB

Color information

#FAABBB (or 0xFAABBB) is unknown color: approx Light Pink. HEX triplet: FA, AB and BB. RGB value is (250,171,187). Sum of RGB (Red+Green+Blue) = 250+171+187=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABBB is #055444. Grayscale: #C4C4C4. Windows color (decimal): -349253 or 12299258. OLE color: 12299258.

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

Color convert

RGB250171187-
CMYK00.320.250.02
HSL347.85º88.76%82.55%-
HSV(B)347.85º31.6%98.04%-
XYZ62.9653.0453.93-
YUV196.45122.67166.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=41.12%
G=28.12%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017118700.320.250.02347.8588.7682.55
HexFAABBB02019215c5953
Octal372253273040312534131123
Binary1111101010101011101110110100000110011010101110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABBB; }

 p { color: rgb(250,171,187); }

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

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

 a { background-color: rgb(250,171,187); }

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

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

 span { border-color: rgb(250,171,187); }

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