Html Css Color HEX #FFC2AC Melon

📋 copy color: '#FFC2AC'

red 255 ◦ green 194 ◦ blue 172

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

Shades of Melon #FFC2AC

Tints of Melon #FFC2AC

RGB

 RED value IS 255 (100% from 255) = 41.06%

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

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

R = 41.06%
G = 31.24%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFC2AC (or 0xFFC2AC) is known color: Melon. HEX triplet: FF, C2 and AC. RGB value is (255,194,172). Sum of RGB (Red+Green+Blue) = 255+194+172=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2AC is #003D53. Grayscale: #D1D1D1. Windows color (decimal): -15700 or 11322111. OLE color: 11322111.

HSL color Cylindrical-coordinate representation of color #FFC2AC: hue angle of 15.9º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC2AC is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 194 172 -
CMYK 0 0.24 0.33 0
HSL 15.9º 1% 0.84% -
HSV(B) 15.9º 0.33% 1% -
XYZ 67.98 62.82 47.57 -
YUV 209.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 255 194 172 0 0.24 0.33 0 15.9 1 0.84
Hex FF C2 AC 0 18 21 0 10 64 54
Octal 377 302 254 0 30 41 0 20 144 124
Binary 11111111 11000010 10101100 0 11000 100001 0 10000 1100100 1010100

Color Harmonies of #FFC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2AC

Black with #FFC2AC

Text Example


Text Example

White with #FFC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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