#FAC0B0

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

Shades of Melon #FAC0B0

Tints of Melon #FAC0B0

Color information

#FAC0B0 (or 0xFAC0B0) is unknown color: approx Melon. HEX triplet: FA, C0 and B0. RGB value is (250,192,176). Sum of RGB (Red+Green+Blue) = 250+192+176=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0B0 is #053F4F. Grayscale: #CFCFCF. Windows color (decimal): -343888 or 11583738. OLE color: 11583738.

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

Color convert

RGB250192176-
CMYK00.230.300.02
HSL12.97º88.1%83.53%-
HSV(B)12.97º29.6%98.04%-
XYZ66.1161.1649.39-
YUV207.52110.22158.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 176 (69.14% from 255) = 28.48%
R=40.45%
G=31.07%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019217600.230.300.0212.9788.183.53
HexFAC0B00171E2d5854
Octal37230026002736215130124
Binary1111101011000000101100000101111111010110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0B0; }

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

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

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

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

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

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

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

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