Html Css Color HEX #FDC3AC Melon

📋 copy color: '#FDC3AC'

red 253 ◦ green 195 ◦ blue 172

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

Shades of Melon #FDC3AC

Tints of Melon #FDC3AC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.45%

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

R = 40.81%
G = 31.45%
B = 27.74%

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

#FDC3AC (or 0xFDC3AC) is known color: Melon. HEX triplet: FD, C3 and AC. RGB value is (253,195,172). Sum of RGB (Red+Green+Blue) = 253+195+172=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3AC is #023C53. Grayscale: #D1D1D1. Windows color (decimal): -146516 or 11322365. OLE color: 11322365.

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

Color convert

RGB 253 195 172 -
CMYK 0 0.23 0.32 0.01
HSL 17.04º 0.95% 0.83% -
HSV(B) 17.04º 0.32% 0.99% -
XYZ 67.47 62.89 47.61 -
YUV 209.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 253 195 172 0 0.23 0.32 0.01 17.04 0.95 0.83
Hex FD C3 AC 0 17 20 1 11 5F 53
Octal 375 303 254 0 27 40 1 21 137 123
Binary 11111101 11000011 10101100 0 10111 100000 1 10001 1011111 1010011

Color Harmonies of #FDC3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3AC

Black with #FDC3AC

Text Example


Text Example

White with #FDC3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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