Html Css Color HEX #FDC0AC Melon

📋 copy color: '#FDC0AC'

red 253 ◦ green 192 ◦ blue 172

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

Shades of Melon #FDC0AC

Tints of Melon #FDC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.12%

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

R = 41%
G = 31.12%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDC0AC (or 0xFDC0AC) is known color: Melon. HEX triplet: FD, C0 and AC. RGB value is (253,192,172). Sum of RGB (Red+Green+Blue) = 253+192+172=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0AC is #023F53. Grayscale: #D0D0D0. Windows color (decimal): -147284 or 11321597. OLE color: 11321597.

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

Color convert

RGB 253 192 172 -
CMYK 0 0.24 0.32 0.01
HSL 14.81º 0.95% 0.83% -
HSV(B) 14.81º 0.32% 0.99% -
XYZ 66.8 61.56 47.39 -
YUV 207.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 253 192 172 0 0.24 0.32 0.01 14.81 0.95 0.83
Hex FD C0 AC 0 18 20 1 F 5F 53
Octal 375 300 254 0 30 40 1 17 137 123
Binary 11111101 11000000 10101100 0 11000 100000 1 1111 1011111 1010011

Color Harmonies of #FDC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0AC

Black with #FDC0AC

Text Example


Text Example

White with #FDC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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