#FAB7BF

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

Shades of Light Pink #FAB7BF

Tints of Light Pink #FAB7BF

Color information

#FAB7BF (or 0xFAB7BF) is unknown color: approx Light Pink. HEX triplet: FA, B7 and BF. RGB value is (250,183,191). Sum of RGB (Red+Green+Blue) = 250+183+191=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7BF is #054840. Grayscale: #CBCBCB. Windows color (decimal): -346177 or 12564474. OLE color: 12564474.

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

Color convert

RGB250183191-
CMYK00.270.240.02
HSL352.84º87.01%84.9%-
HSV(B)352.84º26.8%98.04%-
XYZ65.7657.9557.01-
YUV203.94120.7160.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 191 (75% from 255) = 30.61%
R=40.06%
G=29.33%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018319100.270.240.02352.8487.0184.9
HexFAB7BF01B1821615755
Octal372267277033302541127125
Binary111110101011011110111111011011110001010110000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7BF; }

 p { color: rgb(250,183,191); }

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

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

 a { background-color: rgb(250,183,191); }

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

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

 span { border-color: rgb(250,183,191); }

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