Html Css Color HEX #FCC2AC Melon

📋 copy color: '#FCC2AC'

red 252 ◦ green 194 ◦ blue 172

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

Shades of Melon #FCC2AC

Tints of Melon #FCC2AC

RGB

 RED value IS 252 (98.83% from 255) = 40.78%

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

 BLUE value IS 172 (67.58% from 255) = 27.83%

R = 40.78%
G = 31.39%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCC2AC (or 0xFCC2AC) is known color: Melon. HEX triplet: FC, C2 and AC. RGB value is (252,194,172). Sum of RGB (Red+Green+Blue) = 252+194+172=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2AC is #033D53. Grayscale: #D0D0D0. Windows color (decimal): -212308 or 11322108. OLE color: 11322108.

HSL color Cylindrical-coordinate representation of color #FCC2AC: hue angle of 16.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCC2AC is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 172 -
CMYK 0 0.23 0.32 0.01
HSL 16.5º 0.93% 0.83% -
HSV(B) 16.5º 0.32% 0.99% -
XYZ 66.88 62.26 47.52 -
YUV 208.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 252 194 172 0 0.23 0.32 0.01 16.5 0.93 0.83
Hex FC C2 AC 0 17 20 1 10 5D 53
Octal 374 302 254 0 27 40 1 20 135 123
Binary 11111100 11000010 10101100 0 10111 100000 1 10000 1011101 1010011

Color Harmonies of #FCC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2AC

Black with #FCC2AC

Text Example


Text Example

White with #FCC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2AC; }

 p { color: rgb(252,194,172); }

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

background-color css

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

 a { background-color: rgb(252,194,172); }

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

border-color css

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

 span { border-color: rgb(252,194,172); }

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