Html Css Color HEX #FDC2AC Melon

📋 copy color: '#FDC2AC'

red 253 ◦ green 194 ◦ blue 172

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

Shades of Melon #FDC2AC

Tints of Melon #FDC2AC

RGB

 RED value IS 253 (99.22% from 255) = 40.87%

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

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

R = 40.87%
G = 31.34%
B = 27.79%

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

#FDC2AC (or 0xFDC2AC) is known color: Melon. HEX triplet: FD, C2 and AC. RGB value is (253,194,172). Sum of RGB (Red+Green+Blue) = 253+194+172=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2AC is #023D53. Grayscale: #D1D1D1. Windows color (decimal): -146772 or 11322109. OLE color: 11322109.

HSL color Cylindrical-coordinate representation of color #FDC2AC: hue angle of 16.3º degrees, saturation: 0.95, 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 #FDC2AC is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 172 -
CMYK 0 0.23 0.32 0.01
HSL 16.3º 0.95% 0.83% -
HSV(B) 16.3º 0.32% 0.99% -
XYZ 67.25 62.44 47.54 -
YUV 209.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 253 194 172 0 0.23 0.32 0.01 16.3 0.95 0.83
Hex FD C2 AC 0 17 20 1 10 5F 53
Octal 375 302 254 0 27 40 1 20 137 123
Binary 11111101 11000010 10101100 0 10111 100000 1 10000 1011111 1010011

Color Harmonies of #FDC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2AC

Black with #FDC2AC

Text Example


Text Example

White with #FDC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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