#FAB2B4

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

Shades of Light Pink #FAB2B4

Tints of Light Pink #FAB2B4

Color information

#FAB2B4 (or 0xFAB2B4) is unknown color: approx Light Pink. HEX triplet: FA, B2 and B4. RGB value is (250,178,180). Sum of RGB (Red+Green+Blue) = 250+178+180=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2B4 is #054D4B. Grayscale: #C7C7C7. Windows color (decimal): -347468 or 11842298. OLE color: 11842298.

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

Color convert

RGB250178180-
CMYK00.290.280.02
HSL358.33º87.8%83.92%-
HSV(B)358.33º28.8%98.04%-
XYZ63.5855.4650.53-
YUV199.76116.85163.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 178 (69.92% from 255) = 29.28%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=41.12%
G=29.28%
B=29.61%

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
Decimal25017818000.290.280.02358.3387.883.92
HexFAB2B401D1C21665854
Octal372262264035342546130124
Binary111110101011001010110100011101111001010110011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2B4; }

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

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

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

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

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

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

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

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