#FABFBA

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

Shades of Your Pink #FABFBA

Tints of Your Pink #FABFBA

Color information

#FABFBA (or 0xFABFBA) is unknown color: approx Your Pink. HEX triplet: FA, BF and BA. RGB value is (250,191,186). Sum of RGB (Red+Green+Blue) = 250+191+186=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFBA is #054045. Grayscale: #D0D0D0. Windows color (decimal): -344134 or 12238842. OLE color: 12238842.

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

Color convert

RGB250191186-
CMYK00.240.260.02
HSL4.69º86.49%85.49%-
HSV(B)4.69º25.6%98.04%-
XYZ66.9261.1354.73-
YUV208.07115.55157.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=39.87%
G=30.46%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019118600.240.260.024.6986.4985.49
HexFABFBA0181A255655
Octal3722772720303225126125
Binary111110101011111110111010011000110101010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFBA; }

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

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

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

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

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

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

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

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