#FDC1AA

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

Shades of Melon #FDC1AA

Tints of Melon #FDC1AA

Color information

#FDC1AA (or 0xFDC1AA) is unknown color: approx Melon. HEX triplet: FD, C1 and AA. RGB value is (253,193,170). Sum of RGB (Red+Green+Blue) = 253+193+170=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC1AA is #023E55. Grayscale: #D0D0D0. Windows color (decimal): -147030 or 11190781. OLE color: 11190781.

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

Color convert

RGB253193170-
CMYK00.240.330.01
HSL16.63º95.4%82.94%-
HSV(B)16.63º32.81%99.22%-
XYZ66.8361.9246.46-
YUV208.32106.38159.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=41.07%
G=31.33%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319317000.240.330.0116.6395.482.94
HexFDC1AA018211115f53
Octal37530125203041121137123
Binary11111101110000011010101001100010000111000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1AA; }

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

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

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

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

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

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

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

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