Html Css Color HEX #FDC3AB Melon

📋 copy color: '#FDC3AB'

red 253 ◦ green 195 ◦ blue 171

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

Shades of Melon #FDC3AB

Tints of Melon #FDC3AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.63%

R = 40.87%
G = 31.5%
B = 27.63%

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

#FDC3AB (or 0xFDC3AB) is known color: Melon. HEX triplet: FD, C3 and AB. RGB value is (253,195,171). Sum of RGB (Red+Green+Blue) = 253+195+171=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3AB is #023C54. Grayscale: #D1D1D1. Windows color (decimal): -146517 or 11256829. OLE color: 11256829.

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

Color convert

RGB 253 195 171 -
CMYK 0 0.23 0.32 0.01
HSL 17.56º 0.95% 0.83% -
HSV(B) 17.56º 0.32% 0.99% -
XYZ 67.37 62.85 47.11 -
YUV 209.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 253 195 171 0 0.23 0.32 0.01 17.56 0.95 0.83
Hex FD C3 AB 0 17 20 1 12 5F 53
Octal 375 303 253 0 27 40 1 22 137 123
Binary 11111101 11000011 10101011 0 10111 100000 1 10010 1011111 1010011

Color Harmonies of #FDC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3AB

Black with #FDC3AB

Text Example


Text Example

White with #FDC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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