Html Css Color HEX #FDC2AD Melon

📋 copy color: '#FDC2AD'

red 253 ◦ green 194 ◦ blue 173

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

Shades of Melon #FDC2AD

Tints of Melon #FDC2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.29%

 BLUE value IS 173 (67.97% from 255) = 27.9%

R = 40.81%
G = 31.29%
B = 27.9%

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

#FDC2AD (or 0xFDC2AD) is known color: Melon. HEX triplet: FD, C2 and AD. RGB value is (253,194,173). Sum of RGB (Red+Green+Blue) = 253+194+173=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2AD is #023D52. Grayscale: #D1D1D1. Windows color (decimal): -146771 or 11387645. OLE color: 11387645.

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

Color convert

RGB 253 194 173 -
CMYK 0 0.23 0.32 0.01
HSL 15.75º 0.95% 0.84% -
HSV(B) 15.75º 0.32% 0.99% -
XYZ 67.34 62.48 48.05 -
YUV 209.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 253 194 173 0 0.23 0.32 0.01 15.75 0.95 0.84
Hex FD C2 AD 0 17 20 1 10 5F 54
Octal 375 302 255 0 27 40 1 20 137 124
Binary 11111101 11000010 10101101 0 10111 100000 1 10000 1011111 1010100

Color Harmonies of #FDC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2AD

Black with #FDC2AD

Text Example


Text Example

White with #FDC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2AD; }

 p { color: rgb(253,194,173); }

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

background-color css

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

 a { background-color: rgb(253,194,173); }

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

border-color css

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

 span { border-color: rgb(253,194,173); }

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