Html Css Color HEX #FDC1AC Melon

📋 copy color: '#FDC1AC'

red 253 ◦ green 193 ◦ blue 172

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

Shades of Melon #FDC1AC

Tints of Melon #FDC1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.23%

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

R = 40.94%
G = 31.23%
B = 27.83%

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

#FDC1AC (or 0xFDC1AC) is known color: Melon. HEX triplet: FD, C1 and AC. RGB value is (253,193,172). Sum of RGB (Red+Green+Blue) = 253+193+172=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC1AC is #023E53. Grayscale: #D0D0D0. Windows color (decimal): -147028 or 11321853. OLE color: 11321853.

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

Color convert

RGB 253 193 172 -
CMYK 0 0.24 0.32 0.01
HSL 15.56º 0.95% 0.83% -
HSV(B) 15.56º 0.32% 0.99% -
XYZ 67.02 62 47.46 -
YUV 208.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 253 193 172 0 0.24 0.32 0.01 15.56 0.95 0.83
Hex FD C1 AC 0 18 20 1 10 5F 53
Octal 375 301 254 0 30 40 1 20 137 123
Binary 11111101 11000001 10101100 0 11000 100000 1 10000 1011111 1010011

Color Harmonies of #FDC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1AC

Black with #FDC1AC

Text Example


Text Example

White with #FDC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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