Html Css Color HEX #FAC1AD Melon

📋 copy color: '#FAC1AD'

red 250 ◦ green 193 ◦ blue 173

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

Shades of Melon #FAC1AD

Tints of Melon #FAC1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.08%

R = 40.58%
G = 31.33%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAC1AD (or 0xFAC1AD) is known color: Melon. HEX triplet: FA, C1 and AD. RGB value is (250,193,173). Sum of RGB (Red+Green+Blue) = 250+193+173=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1AD is #053E52. Grayscale: #CFCFCF. Windows color (decimal): -343635 or 11387386. OLE color: 11387386.

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

Color convert

RGB 250 193 173 -
CMYK 0 0.23 0.31 0.02
HSL 15.58º 0.89% 0.83% -
HSV(B) 15.58º 0.31% 0.98% -
XYZ 66.04 61.48 47.92 -
YUV 207.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 250 193 173 0 0.23 0.31 0.02 15.58 0.89 0.83
Hex FA C1 AD 0 17 1F 2 10 59 53
Octal 372 301 255 0 27 37 2 20 131 123
Binary 11111010 11000001 10101101 0 10111 11111 10 10000 1011001 1010011

Color Harmonies of #FAC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1AD

Black with #FAC1AD

Text Example


Text Example

White with #FAC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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