Html Css Color HEX #FAC0AF Melon

📋 copy color: '#FAC0AF'

red 250 ◦ green 192 ◦ blue 175

#FAC0AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melon #FAC0AF

Tints of Melon #FAC0AF

RGB

 RED value IS 250 (98.05% from 255) = 40.52%

 GREEN value IS 192 (75.39% from 255) = 31.12%

 BLUE value IS 175 (68.75% from 255) = 28.36%

R = 40.52%
G = 31.12%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAC0AF (or 0xFAC0AF) is known color: Melon. HEX triplet: FA, C0 and AF. RGB value is (250,192,175). Sum of RGB (Red+Green+Blue) = 250+192+175=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0AF is #053F50. Grayscale: #CFCFCF. Windows color (decimal): -343889 or 11518202. OLE color: 11518202.

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

Color convert

RGB 250 192 175 -
CMYK 0 0.23 0.3 0.02
HSL 13.6º 0.88% 0.83% -
HSV(B) 13.6º 0.3% 0.98% -
XYZ 66.01 61.12 48.88 -
YUV 207.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 250 192 175 0 0.23 0.3 0.02 13.6 0.88 0.83
Hex FA C0 AF 0 17 1E 2 E 58 53
Octal 372 300 257 0 27 36 2 16 130 123
Binary 11111010 11000000 10101111 0 10111 11110 10 1110 1011000 1010011

Color Harmonies of #FAC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0AF

Black with #FAC0AF

Text Example


Text Example

White with #FAC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0AF; }

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

 H1.HeaderClassName
 {
   color: #FAC0AF;
 }
 .AnyTagClassName
 {
   color: #FAC0AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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