Html Css Color HEX #FAC0A8 Melon

📋 copy color: '#FAC0A8'

red 250 ◦ green 192 ◦ blue 168

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

Shades of Melon #FAC0A8

Tints of Melon #FAC0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.54%

R = 40.98%
G = 31.48%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAC0A8 (or 0xFAC0A8) is known color: Melon. HEX triplet: FA, C0 and A8. RGB value is (250,192,168). Sum of RGB (Red+Green+Blue) = 250+192+168=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0A8 is #053F57. Grayscale: #CECECE. Windows color (decimal): -343896 or 11059450. OLE color: 11059450.

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

Color convert

RGB 250 192 168 -
CMYK 0 0.23 0.33 0.02
HSL 17.56º 0.89% 0.82% -
HSV(B) 17.56º 0.33% 0.98% -
XYZ 65.34 60.85 45.35 -
YUV 206.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 250 192 168 0 0.23 0.33 0.02 17.56 0.89 0.82
Hex FA C0 A8 0 17 21 2 12 59 52
Octal 372 300 250 0 27 41 2 22 131 122
Binary 11111010 11000000 10101000 0 10111 100001 10 10010 1011001 1010010

Color Harmonies of #FAC0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0A8

Black with #FAC0A8

Text Example


Text Example

White with #FAC0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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