#FAB5C1

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

Shades of Light Pink #FAB5C1

Tints of Light Pink #FAB5C1

Color information

#FAB5C1 (or 0xFAB5C1) is unknown color: approx Light Pink. HEX triplet: FA, B5 and C1. RGB value is (250,181,193). Sum of RGB (Red+Green+Blue) = 250+181+193=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5C1 is #054A3E. Grayscale: #CBCBCB. Windows color (decimal): -346687 or 12695034. OLE color: 12695034.

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

Color convert

RGB250181193-
CMYK00.280.230.02
HSL349.57º87.34%84.51%-
HSV(B)349.57º27.6%98.04%-
XYZ65.5757.2258.04-
YUV203122.36161.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=40.06%
G=29.01%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018119300.280.230.02349.5787.3484.51
HexFAB5C101C17215e5755
Octal372265301034272536127125
Binary111110101011010111000001011100101111010101111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5C1; }

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

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

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

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

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

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

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

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