Html Css Color HEX #FDC1AF Melon

📋 copy color: '#FDC1AF'

red 253 ◦ green 193 ◦ blue 175

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

Shades of Melon #FDC1AF

Tints of Melon #FDC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.08%

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

R = 40.74%
G = 31.08%
B = 28.18%

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

#FDC1AF (or 0xFDC1AF) is known color: Melon. HEX triplet: FD, C1 and AF. RGB value is (253,193,175). Sum of RGB (Red+Green+Blue) = 253+193+175=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC1AF is #023E50. Grayscale: #D1D1D1. Windows color (decimal): -147025 or 11518461. OLE color: 11518461.

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

Color convert

RGB 253 193 175 -
CMYK 0 0.24 0.31 0.01
HSL 13.85º 0.95% 0.84% -
HSV(B) 13.85º 0.31% 0.99% -
XYZ 67.32 62.12 49 -
YUV 208.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 253 193 175 0 0.24 0.31 0.01 13.85 0.95 0.84
Hex FD C1 AF 0 18 1F 1 E 5F 54
Octal 375 301 257 0 30 37 1 16 137 124
Binary 11111101 11000001 10101111 0 11000 11111 1 1110 1011111 1010100

Color Harmonies of #FDC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1AF

Black with #FDC1AF

Text Example


Text Example

White with #FDC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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