#FAC0B4

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

Shades of Melon #FAC0B4

Tints of Melon #FAC0B4

Color information

#FAC0B4 (or 0xFAC0B4) is unknown color: approx Melon. HEX triplet: FA, C0 and B4. RGB value is (250,192,180). Sum of RGB (Red+Green+Blue) = 250+192+180=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0B4 is #053F4B. Grayscale: #D0D0D0. Windows color (decimal): -343884 or 11845882. OLE color: 11845882.

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

Color convert

RGB250192180-
CMYK00.230.280.02
HSL10.29º87.5%84.31%-
HSV(B)10.29º28%98.04%-
XYZ66.5161.3251.51-
YUV207.97112.22157.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=40.19%
G=30.87%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019218000.230.280.0210.2987.584.31
HexFAC0B40171C2a5854
Octal37230026402734212130124
Binary1111101011000000101101000101111110010101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0B4; }

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

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

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

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

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

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

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

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