Html Css Color HEX #FDC3AF Melon

📋 copy color: '#FDC3AF'

red 253 ◦ green 195 ◦ blue 175

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

Shades of Melon #FDC3AF

Tints of Melon #FDC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.3%

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

R = 40.61%
G = 31.3%
B = 28.09%

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

#FDC3AF (or 0xFDC3AF) is known color: Melon. HEX triplet: FD, C3 and AF. RGB value is (253,195,175). Sum of RGB (Red+Green+Blue) = 253+195+175=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3AF is #023C50. Grayscale: #D2D2D2. Windows color (decimal): -146513 or 11518973. OLE color: 11518973.

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

Color convert

RGB 253 195 175 -
CMYK 0 0.23 0.31 0.01
HSL 15.38º 0.95% 0.84% -
HSV(B) 15.38º 0.31% 0.99% -
XYZ 67.76 63.01 49.15 -
YUV 210.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 253 195 175 0 0.23 0.31 0.01 15.38 0.95 0.84
Hex FD C3 AF 0 17 1F 1 F 5F 54
Octal 375 303 257 0 27 37 1 17 137 124
Binary 11111101 11000011 10101111 0 10111 11111 1 1111 1011111 1010100

Color Harmonies of #FDC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3AF

Black with #FDC3AF

Text Example


Text Example

White with #FDC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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