Html Css Color HEX #FDC0AE Melon

📋 copy color: '#FDC0AE'

red 253 ◦ green 192 ◦ blue 174

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

Shades of Melon #FDC0AE

Tints of Melon #FDC0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.11%

R = 40.87%
G = 31.02%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDC0AE (or 0xFDC0AE) is known color: Melon. HEX triplet: FD, C0 and AE. RGB value is (253,192,174). Sum of RGB (Red+Green+Blue) = 253+192+174=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0AE is #023F51. Grayscale: #D0D0D0. Windows color (decimal): -147282 or 11452669. OLE color: 11452669.

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

Color convert

RGB 253 192 174 -
CMYK 0 0.24 0.31 0.01
HSL 13.67º 0.95% 0.84% -
HSV(B) 13.67º 0.31% 0.99% -
XYZ 67 61.64 48.41 -
YUV 208.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 253 192 174 0 0.24 0.31 0.01 13.67 0.95 0.84
Hex FD C0 AE 0 18 1F 1 E 5F 54
Octal 375 300 256 0 30 37 1 16 137 124
Binary 11111101 11000000 10101110 0 11000 11111 1 1110 1011111 1010100

Color Harmonies of #FDC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0AE

Black with #FDC0AE

Text Example


Text Example

White with #FDC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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