#FAB8BE

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

Shades of Light Pink #FAB8BE

Tints of Light Pink #FAB8BE

Color information

#FAB8BE (or 0xFAB8BE) is unknown color: approx Light Pink. HEX triplet: FA, B8 and BE. RGB value is (250,184,190). Sum of RGB (Red+Green+Blue) = 250+184+190=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8BE is #054741. Grayscale: #CCCCCC. Windows color (decimal): -345922 or 12499194. OLE color: 12499194.

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

Color convert

RGB250184190-
CMYK00.260.240.02
HSL354.55º86.84%85.1%-
HSV(B)354.55º26.4%98.04%-
XYZ65.8658.3256.5-
YUV204.42119.87160.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 184 (72.27% from 255) = 29.49%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=40.06%
G=29.49%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018419000.260.240.02354.5586.8485.1
HexFAB8BE01A1821635755
Octal372270276032302543127125
Binary111110101011100010111110011010110001010110001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8BE; }

 p { color: rgb(250,184,190); }

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

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

 a { background-color: rgb(250,184,190); }

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

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

 span { border-color: rgb(250,184,190); }

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