#FAB8B7

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

Shades of Melon #FAB8B7

Tints of Melon #FAB8B7

Color information

#FAB8B7 (or 0xFAB8B7) is unknown color: approx Melon. HEX triplet: FA, B8 and B7. RGB value is (250,184,183). Sum of RGB (Red+Green+Blue) = 250+184+183=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8B7 is #054748. Grayscale: #CBCBCB. Windows color (decimal): -345929 or 12040442. OLE color: 12040442.

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

Color convert

RGB250184183-
CMYK00.260.270.02
HSL0.9º87.01%84.9%-
HSV(B)0.9º26.8%98.04%-
XYZ65.1158.0252.57-
YUV203.62116.37161.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 184 (72.27% from 255) = 29.82%
BLUE value IS 183 (71.88% from 255) = 29.66%
R=40.52%
G=29.82%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018418300.260.270.020.987.0184.9
HexFAB8B701A1B215755
Octal3722702670323321127125
Binary1111101010111000101101110110101101110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8B7; }

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

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

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

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

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

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

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

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