#FAC1AF

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

Shades of Melon #FAC1AF

Tints of Melon #FAC1AF

Color information

#FAC1AF (or 0xFAC1AF) is unknown color: approx Melon. HEX triplet: FA, C1 and AF. RGB value is (250,193,175). Sum of RGB (Red+Green+Blue) = 250+193+175=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1AF is #053E50. Grayscale: #D0D0D0. Windows color (decimal): -343633 or 11518458. OLE color: 11518458.

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

Color convert

RGB250193175-
CMYK00.230.30.02
HSL14.4º88.24%83.33%-
HSV(B)14.4º30%98.04%-
XYZ66.2361.5648.95-
YUV207.99109.38157.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=40.45%
G=31.23%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019317500.230.30.0214.488.2483.33
HexFAC1AF0171E2e5853
Octal37230125702736216130123
Binary1111101011000001101011110101111111010111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1AF; }

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

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

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

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

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

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

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

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