Html Css Color HEX #FAC3AF Melon

📋 copy color: '#FAC3AF'

red 250 ◦ green 195 ◦ blue 175

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

Shades of Melon #FAC3AF

Tints of Melon #FAC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.45%

 BLUE value IS 175 (68.75% from 255) = 28.23%

R = 40.32%
G = 31.45%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAC3AF (or 0xFAC3AF) is known color: Melon. HEX triplet: FA, C3 and AF. RGB value is (250,195,175). Sum of RGB (Red+Green+Blue) = 250+195+175=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3AF is #053C50. Grayscale: #D1D1D1. Windows color (decimal): -343121 or 11518970. OLE color: 11518970.

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

Color convert

RGB 250 195 175 -
CMYK 0 0.22 0.3 0.02
HSL 16º 0.88% 0.83% -
HSV(B) 16º 0.3% 0.98% -
XYZ 66.68 62.45 49.1 -
YUV 209.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 250 195 175 0 0.22 0.3 0.02 16 0.88 0.83
Hex FA C3 AF 0 16 1E 2 10 58 53
Octal 372 303 257 0 26 36 2 20 130 123
Binary 11111010 11000011 10101111 0 10110 11110 10 10000 1011000 1010011

Color Harmonies of #FAC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3AF

Black with #FAC3AF

Text Example


Text Example

White with #FAC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3AF; }

 p { color: rgb(250,195,175); }

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

background-color css

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

 a { background-color: rgb(250,195,175); }

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

border-color css

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

 span { border-color: rgb(250,195,175); }

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