Html Css Color HEX #FDC2AF Melon

📋 copy color: '#FDC2AF'

red 253 ◦ green 194 ◦ blue 175

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

Shades of Melon #FDC2AF

Tints of Melon #FDC2AF

RGB

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

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

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

R = 40.68%
G = 31.19%
B = 28.14%

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

#FDC2AF (or 0xFDC2AF) is known color: Melon. HEX triplet: FD, C2 and AF. RGB value is (253,194,175). Sum of RGB (Red+Green+Blue) = 253+194+175=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2AF is #023D50. Grayscale: #D1D1D1. Windows color (decimal): -146769 or 11518717. OLE color: 11518717.

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

Color convert

RGB 253 194 175 -
CMYK 0 0.23 0.31 0.01
HSL 14.62º 0.95% 0.84% -
HSV(B) 14.62º 0.31% 0.99% -
XYZ 67.54 62.56 49.07 -
YUV 209.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 253 194 175 0 0.23 0.31 0.01 14.62 0.95 0.84
Hex FD C2 AF 0 17 1F 1 F 5F 54
Octal 375 302 257 0 27 37 1 17 137 124
Binary 11111101 11000010 10101111 0 10111 11111 1 1111 1011111 1010100

Color Harmonies of #FDC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2AF

Black with #FDC2AF

Text Example


Text Example

White with #FDC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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