#FAB1BF

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

Shades of Light Pink #FAB1BF

Tints of Light Pink #FAB1BF

Color information

#FAB1BF (or 0xFAB1BF) is unknown color: approx Light Pink. HEX triplet: FA, B1 and BF. RGB value is (250,177,191). Sum of RGB (Red+Green+Blue) = 250+177+191=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1BF is #054E40. Grayscale: #C8C8C8. Windows color (decimal): -347713 or 12562938. OLE color: 12562938.

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

Color convert

RGB250177191-
CMYK00.290.240.02
HSL348.49º87.95%83.73%-
HSV(B)348.49º29.2%98.04%-
XYZ64.5555.5356.61-
YUV200.42122.68163.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 191 (75% from 255) = 30.91%
R=40.45%
G=28.64%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017719100.290.240.02348.4987.9583.73
HexFAB1BF01D18215c5854
Octal372261277035302534130124
Binary111110101011000110111111011101110001010101110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1BF; }

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

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

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

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

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

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

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

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