#FAB3B5

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

Shades of Light Pink #FAB3B5

Tints of Light Pink #FAB3B5

Color information

#FAB3B5 (or 0xFAB3B5) is unknown color: approx Light Pink. HEX triplet: FA, B3 and B5. RGB value is (250,179,181). Sum of RGB (Red+Green+Blue) = 250+179+181=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3B5 is #054C4A. Grayscale: #C8C8C8. Windows color (decimal): -347211 or 11908090. OLE color: 11908090.

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

Color convert

RGB250179181-
CMYK00.280.280.02
HSL358.31º87.65%84.12%-
HSV(B)358.31º28.4%98.04%-
XYZ63.8855.951.14-
YUV200.46117.02163.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 179 (70.31% from 255) = 29.34%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=40.98%
G=29.34%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017918100.280.280.02358.3187.6584.12
HexFAB3B501C1C21665854
Octal372263265034342546130124
Binary111110101011001110110101011100111001010110011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3B5; }

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

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

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

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

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

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

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

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