Html Css Color HEX #FAC2AC Melon

📋 copy color: '#FAC2AC'

red 250 ◦ green 194 ◦ blue 172

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

Shades of Melon #FAC2AC

Tints of Melon #FAC2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.49%

 BLUE value IS 172 (67.58% from 255) = 27.92%

R = 40.58%
G = 31.49%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAC2AC (or 0xFAC2AC) is known color: Melon. HEX triplet: FA, C2 and AC. RGB value is (250,194,172). Sum of RGB (Red+Green+Blue) = 250+194+172=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AC is #053D53. Grayscale: #D0D0D0. Windows color (decimal): -343380 or 11322106. OLE color: 11322106.

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

Color convert

RGB 250 194 172 -
CMYK 0 0.22 0.31 0.02
HSL 16.92º 0.89% 0.83% -
HSV(B) 16.92º 0.31% 0.98% -
XYZ 66.16 61.89 47.49 -
YUV 208.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 250 194 172 0 0.22 0.31 0.02 16.92 0.89 0.83
Hex FA C2 AC 0 16 1F 2 11 59 53
Octal 372 302 254 0 26 37 2 21 131 123
Binary 11111010 11000010 10101100 0 10110 11111 10 10001 1011001 1010011

Color Harmonies of #FAC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2AC

Black with #FAC2AC

Text Example


Text Example

White with #FAC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2AC; }

 p { color: rgb(250,194,172); }

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

background-color css

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

 a { background-color: rgb(250,194,172); }

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

border-color css

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

 span { border-color: rgb(250,194,172); }

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