#FABFBB

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

Shades of Your Pink #FABFBB

Tints of Your Pink #FABFBB

Color information

#FABFBB (or 0xFABFBB) is unknown color: approx Your Pink. HEX triplet: FA, BF and BB. RGB value is (250,191,187). Sum of RGB (Red+Green+Blue) = 250+191+187=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFBB is #054044. Grayscale: #D0D0D0. Windows color (decimal): -344133 or 12304378. OLE color: 12304378.

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

Color convert

RGB250191187-
CMYK00.240.250.02
HSL3.81º86.3%85.69%-
HSV(B)3.81º25.2%98.04%-
XYZ67.0261.1755.29-
YUV208.18116.05157.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 187 (73.44% from 255) = 29.78%
R=39.81%
G=30.41%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019118700.240.250.023.8186.385.69
HexFABFBB01819245656
Octal3722772730303124126126
Binary111110101011111110111011011000110011010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFBB; }

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

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

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

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

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

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

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

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