#FABAC1

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

Shades of Light Pink #FABAC1

Tints of Light Pink #FABAC1

Color information

#FABAC1 (or 0xFABAC1) is unknown color: approx Light Pink. HEX triplet: FA, BA and C1. RGB value is (250,186,193). Sum of RGB (Red+Green+Blue) = 250+186+193=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC1 is #05453E. Grayscale: #CDCDCD. Windows color (decimal): -345407 or 12696314. OLE color: 12696314.

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

Color convert

RGB250186193-
CMYK00.260.230.02
HSL353.44º86.49%85.49%-
HSV(B)353.44º25.6%98.04%-
XYZ66.6159.2958.39-
YUV205.93120.7159.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=39.75%
G=29.57%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018619300.260.230.02353.4486.4985.49
HexFABAC101A1721615655
Octal372272301032272541126125
Binary111110101011101011000001011010101111010110000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAC1; }

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

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

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

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

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

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

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

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