Html Css Color HEX #FAC1A9 Melon

📋 copy color: '#FAC1A9'

red 250 ◦ green 193 ◦ blue 169

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

Shades of Melon #FAC1A9

Tints of Melon #FAC1A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.61%

R = 40.85%
G = 31.54%
B = 27.61%

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

#FAC1A9 (or 0xFAC1A9) is known color: Melon. HEX triplet: FA, C1 and A9. RGB value is (250,193,169). Sum of RGB (Red+Green+Blue) = 250+193+169=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1A9 is #053E56. Grayscale: #CFCFCF. Windows color (decimal): -343639 or 11125242. OLE color: 11125242.

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

Color convert

RGB 250 193 169 -
CMYK 0 0.23 0.32 0.02
HSL 17.78º 0.89% 0.82% -
HSV(B) 17.78º 0.32% 0.98% -
XYZ 65.66 61.33 45.91 -
YUV 207.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 250 193 169 0 0.23 0.32 0.02 17.78 0.89 0.82
Hex FA C1 A9 0 17 20 2 12 59 52
Octal 372 301 251 0 27 40 2 22 131 122
Binary 11111010 11000001 10101001 0 10111 100000 10 10010 1011001 1010010

Color Harmonies of #FAC1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1A9

Black with #FAC1A9

Text Example


Text Example

White with #FAC1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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