#FFC3AD

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

Shades of Melon #FFC3AD

Tints of Melon #FFC3AD

Color information

#FFC3AD (or 0xFFC3AD) is unknown color: approx Melon. HEX triplet: FF, C3 and AD. RGB value is (255,195,173). Sum of RGB (Red+Green+Blue) = 255+195+173=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC3AD is #003C52. Grayscale: #D2D2D2. Windows color (decimal): -15443 or 11387903. OLE color: 11387903.

HSL color Cylindrical-coordinate representation of color #FFC3AD: hue angle of 16.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFC3AD is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255195173-
CMYK00.240.320
HSL16.1º100%83.92%-
HSV(B)16.1º32.16%100%-
XYZ68.363.3148.16-
YUV210.43106.88159.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=40.93%
G=31.30%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519517300.240.32016.110083.92
HexFFC3AD018200106454
Octal37730325503040020144124
Binary11111111110000111010110101100010000001000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3AD; }

 p { color: rgb(255,195,173); }

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

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

 a { background-color: rgb(255,195,173); }

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

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

 span { border-color: rgb(255,195,173); }

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