#FAB8B4

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

Shades of Melon #FAB8B4

Tints of Melon #FAB8B4

Color information

#FAB8B4 (or 0xFAB8B4) is unknown color: approx Melon. HEX triplet: FA, B8 and B4. RGB value is (250,184,180). Sum of RGB (Red+Green+Blue) = 250+184+180=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8B4 is #05474B. Grayscale: #CBCBCB. Windows color (decimal): -345932 or 11843834. OLE color: 11843834.

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

Color convert

RGB250184180-
CMYK00.260.280.02
HSL3.43º87.5%84.31%-
HSV(B)3.43º28%98.04%-
XYZ64.857.950.94-
YUV203.28114.87161.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 184 (72.27% from 255) = 29.97%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=40.72%
G=29.97%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018418000.260.280.023.4387.584.31
HexFAB8B401A1C235854
Octal3722702640323423130124
Binary11111010101110001011010001101011100101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8B4; }

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

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

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

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

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

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

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

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