Html Css Color HEX #FDC4AF Melon

📋 copy color: '#FDC4AF'

red 253 ◦ green 196 ◦ blue 175

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

Shades of Melon #FDC4AF

Tints of Melon #FDC4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.04%

R = 40.54%
G = 31.41%
B = 28.04%

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

#FDC4AF (or 0xFDC4AF) is known color: Melon. HEX triplet: FD, C4 and AF. RGB value is (253,196,175). Sum of RGB (Red+Green+Blue) = 253+196+175=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4AF is #023B50. Grayscale: #D2D2D2. Windows color (decimal): -146257 or 11519229. OLE color: 11519229.

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

Color convert

RGB 253 196 175 -
CMYK 0 0.23 0.31 0.01
HSL 16.15º 0.95% 0.84% -
HSV(B) 16.15º 0.31% 0.99% -
XYZ 67.99 63.46 49.22 -
YUV 210.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 253 196 175 0 0.23 0.31 0.01 16.15 0.95 0.84
Hex FD C4 AF 0 17 1F 1 10 5F 54
Octal 375 304 257 0 27 37 1 20 137 124
Binary 11111101 11000100 10101111 0 10111 11111 1 10000 1011111 1010100

Color Harmonies of #FDC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4AF

Black with #FDC4AF

Text Example


Text Example

White with #FDC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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