Html Css Color HEX #FAC1AA Melon

📋 copy color: '#FAC1AA'

red 250 ◦ green 193 ◦ blue 170

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

Shades of Melon #FAC1AA

Tints of Melon #FAC1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.73%

R = 40.78%
G = 31.48%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC1AA (or 0xFAC1AA) is known color: Melon. HEX triplet: FA, C1 and AA. RGB value is (250,193,170). Sum of RGB (Red+Green+Blue) = 250+193+170=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1AA is #053E55. Grayscale: #CFCFCF. Windows color (decimal): -343638 or 11190778. OLE color: 11190778.

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

Color convert

RGB 250 193 170 -
CMYK 0 0.23 0.32 0.02
HSL 17.25º 0.89% 0.82% -
HSV(B) 17.25º 0.32% 0.98% -
XYZ 65.75 61.37 46.41 -
YUV 207.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 250 193 170 0 0.23 0.32 0.02 17.25 0.89 0.82
Hex FA C1 AA 0 17 20 2 11 59 52
Octal 372 301 252 0 27 40 2 21 131 122
Binary 11111010 11000001 10101010 0 10111 100000 10 10001 1011001 1010010

Color Harmonies of #FAC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1AA

Black with #FAC1AA

Text Example


Text Example

White with #FAC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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