#FABFB5

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

Shades of Your Pink #FABFB5

Tints of Your Pink #FABFB5

Color information

#FABFB5 (or 0xFABFB5) is unknown color: approx Your Pink. HEX triplet: FA, BF and B5. RGB value is (250,191,181). Sum of RGB (Red+Green+Blue) = 250+191+181=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFB5 is #05404A. Grayscale: #CFCFCF. Windows color (decimal): -344139 or 11911162. OLE color: 11911162.

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

Color convert

RGB250191181-
CMYK00.240.280.02
HSL8.7º87.34%84.51%-
HSV(B)8.7º27.6%98.04%-
XYZ66.460.9251.98-
YUV207.5113.05158.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=40.19%
G=30.71%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019118100.240.280.028.787.3484.51
HexFABFB50181C295755
Octal37227726503034211127125
Binary1111101010111111101101010110001110010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFB5; }

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

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

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

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

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

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

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

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