#FABCB7

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

Shades of Your Pink #FABCB7

Tints of Your Pink #FABCB7

Color information

#FABCB7 (or 0xFABCB7) is unknown color: approx Your Pink. HEX triplet: FA, BC and B7. RGB value is (250,188,183). Sum of RGB (Red+Green+Blue) = 250+188+183=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCB7 is #054348. Grayscale: #CECECE. Windows color (decimal): -344905 or 12041466. OLE color: 12041466.

HSL color Cylindrical-coordinate representation of color #FABCB7: hue angle of 4.48º 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 #FABCB7 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250188183-
CMYK00.250.270.02
HSL4.48º87.01%84.9%-
HSV(B)4.48º26.8%98.04%-
XYZ65.9559.7152.85-
YUV205.97115.04159.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 183 (71.88% from 255) = 29.47%
R=40.26%
G=30.27%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018818300.250.270.024.4887.0184.9
HexFABCB70191B245755
Octal3722742670313324127125
Binary111110101011110010110111011001110111010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCB7; }

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

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

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

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

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

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

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

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