Html Css Color HEX #FAC2AB Melon

📋 copy color: '#FAC2AB'

red 250 ◦ green 194 ◦ blue 171

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

Shades of Melon #FAC2AB

Tints of Melon #FAC2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.54%

 BLUE value IS 171 (67.19% from 255) = 27.8%

R = 40.65%
G = 31.54%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAC2AB (or 0xFAC2AB) is known color: Melon. HEX triplet: FA, C2 and AB. RGB value is (250,194,171). Sum of RGB (Red+Green+Blue) = 250+194+171=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AB is #053D54. Grayscale: #D0D0D0. Windows color (decimal): -343381 or 11256570. OLE color: 11256570.

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

Color convert

RGB 250 194 171 -
CMYK 0 0.22 0.32 0.02
HSL 17.47º 0.89% 0.83% -
HSV(B) 17.47º 0.32% 0.98% -
XYZ 66.07 61.85 46.98 -
YUV 208.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 250 194 171 0 0.22 0.32 0.02 17.47 0.89 0.83
Hex FA C2 AB 0 16 20 2 11 59 53
Octal 372 302 253 0 26 40 2 21 131 123
Binary 11111010 11000010 10101011 0 10110 100000 10 10001 1011001 1010011

Color Harmonies of #FAC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2AB

Black with #FAC2AB

Text Example


Text Example

White with #FAC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2AB; }

 p { color: rgb(250,194,171); }

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

background-color css

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

 a { background-color: rgb(250,194,171); }

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

border-color css

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

 span { border-color: rgb(250,194,171); }

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