#FABBAF

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

Shades of Melon #FABBAF

Tints of Melon #FABBAF

Color information

#FABBAF (or 0xFABBAF) is unknown color: approx Melon. HEX triplet: FA, BB and AF. RGB value is (250,187,175). Sum of RGB (Red+Green+Blue) = 250+187+175=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBAF is #054450. Grayscale: #CCCCCC. Windows color (decimal): -345169 or 11516922. OLE color: 11516922.

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

Color convert

RGB250187175-
CMYK00.250.30.02
HSL9.6º88.24%83.33%-
HSV(B)9.6º30%98.04%-
XYZ64.9358.9648.52-
YUV204.47111.37160.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=40.85%
G=30.56%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018717500.250.30.029.688.2483.33
HexFABBAF0191E2a5853
Octal37227325703136212130123
Binary1111101010111011101011110110011111010101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBAF; }

 p { color: rgb(250,187,175); }

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

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

 a { background-color: rgb(250,187,175); }

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

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

 span { border-color: rgb(250,187,175); }

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