Html Css Color HEX #FAC1AE Melon

📋 copy color: '#FAC1AE'

red 250 ◦ green 193 ◦ blue 174

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

Shades of Melon #FAC1AE

Tints of Melon #FAC1AE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.28%

 BLUE value IS 174 (68.36% from 255) = 28.2%

R = 40.52%
G = 31.28%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAC1AE (or 0xFAC1AE) is known color: Melon. HEX triplet: FA, C1 and AE. RGB value is (250,193,174). Sum of RGB (Red+Green+Blue) = 250+193+174=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1AE is #053E51. Grayscale: #D0D0D0. Windows color (decimal): -343634 or 11452922. OLE color: 11452922.

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

Color convert

RGB 250 193 174 -
CMYK 0 0.23 0.30 0.02
HSL 15º 0.88% 0.83% -
HSV(B) 15º 0.3% 0.98% -
XYZ 66.13 61.52 48.43 -
YUV 207.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 250 193 174 0 0.23 0.30 0.02 15 0.88 0.83
Hex FA C1 AE 0 17 1E 2 F 58 53
Octal 372 301 256 0 27 36 2 17 130 123
Binary 11111010 11000001 10101110 0 10111 11110 10 1111 1011000 1010011

Color Harmonies of #FAC1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1AE

Black with #FAC1AE

Text Example


Text Example

White with #FAC1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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