#FDC1AB

Color #FDC1AB Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FDC1AB

Tints of Melon #FDC1AB

Color information

#FDC1AB (or 0xFDC1AB) is unknown color: approx Melon. HEX triplet: FD, C1 and AB. RGB value is (253,193,171). Sum of RGB (Red+Green+Blue) = 253+193+171=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC1AB is #023E54. Grayscale: #D0D0D0. Windows color (decimal): -147029 or 11256317. OLE color: 11256317.

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

Color convert

RGB253193171-
CMYK00.240.320.01
HSL16.1º95.35%83.14%-
HSV(B)16.1º32.41%99.22%-
XYZ66.9361.9646.96-
YUV208.43106.88159.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 41.00%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=41.00%
G=31.28%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319317100.240.320.0116.195.3583.14
HexFDC1AB018201105f53
Octal37530125303040120137123
Binary11111101110000011010101101100010000011000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1AB; }

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

 H1.HeaderClassName
 {
   color: #FDC1AB;
 }
 .AnyTagClassName
 {
   color: #FDC1AB;
 }
</style>
background-color css

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

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

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

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

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

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