#FAB6C0

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

Shades of Light Pink #FAB6C0

Tints of Light Pink #FAB6C0

Color information

#FAB6C0 (or 0xFAB6C0) is unknown color: approx Light Pink. HEX triplet: FA, B6 and C0. RGB value is (250,182,192). Sum of RGB (Red+Green+Blue) = 250+182+192=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6C0 is #05493F. Grayscale: #CBCBCB. Windows color (decimal): -346432 or 12629754. OLE color: 12629754.

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

Color convert

RGB250182192-
CMYK00.270.230.02
HSL351.18º87.18%84.71%-
HSV(B)351.18º27.2%98.04%-
XYZ65.6757.5957.52-
YUV203.47121.53161.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 182 (71.48% from 255) = 29.17%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=40.06%
G=29.17%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018219200.270.230.02351.1887.1884.71
HexFAB6C001B17215f5755
Octal372266300033272537127125
Binary111110101011011011000000011011101111010101111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6C0; }

 p { color: rgb(250,182,192); }

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

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

 a { background-color: rgb(250,182,192); }

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

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

 span { border-color: rgb(250,182,192); }

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