#FAB2B3

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

Shades of Light Pink #FAB2B3

Tints of Light Pink #FAB2B3

Color information

#FAB2B3 (or 0xFAB2B3) is unknown color: approx Light Pink. HEX triplet: FA, B2 and B3. RGB value is (250,178,179). Sum of RGB (Red+Green+Blue) = 250+178+179=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2B3 is #054D4C. Grayscale: #C7C7C7. Windows color (decimal): -347469 or 11776762. OLE color: 11776762.

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

Color convert

RGB250178179-
CMYK00.290.280.02
HSL359.17º87.8%83.92%-
HSV(B)359.17º28.8%98.04%-
XYZ63.4855.4250-
YUV199.64116.35163.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=41.19%
G=29.32%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017817900.290.280.02359.1787.883.92
HexFAB2B301D1C21675854
Octal372262263035342547130124
Binary111110101011001010110011011101111001010110011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2B3; }

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

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

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

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

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

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

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

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