Html Css Color HEX #FDC4AE Melon

📋 copy color: '#FDC4AE'

red 253 ◦ green 196 ◦ blue 174

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

Shades of Melon #FDC4AE

Tints of Melon #FDC4AE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.46%

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

R = 40.61%
G = 31.46%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDC4AE (or 0xFDC4AE) is known color: Melon. HEX triplet: FD, C4 and AE. RGB value is (253,196,174). Sum of RGB (Red+Green+Blue) = 253+196+174=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4AE is #023B51. Grayscale: #D2D2D2. Windows color (decimal): -146258 or 11453693. OLE color: 11453693.

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

Color convert

RGB 253 196 174 -
CMYK 0 0.23 0.31 0.01
HSL 16.71º 0.95% 0.84% -
HSV(B) 16.71º 0.31% 0.99% -
XYZ 67.89 63.42 48.71 -
YUV 210.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 253 196 174 0 0.23 0.31 0.01 16.71 0.95 0.84
Hex FD C4 AE 0 17 1F 1 11 5F 54
Octal 375 304 256 0 27 37 1 21 137 124
Binary 11111101 11000100 10101110 0 10111 11111 1 10001 1011111 1010100

Color Harmonies of #FDC4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4AE

Black with #FDC4AE

Text Example


Text Example

White with #FDC4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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