#FFC4AF

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

Shades of Melon #FFC4AF

Tints of Melon #FFC4AF

Color information

#FFC4AF (or 0xFFC4AF) is unknown color: approx Melon. HEX triplet: FF, C4 and AF. RGB value is (255,196,175). Sum of RGB (Red+Green+Blue) = 255+196+175=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4AF is #003B50. Grayscale: #D3D3D3. Windows color (decimal): -15185 or 11519231. OLE color: 11519231.

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

Color convert

RGB255196175-
CMYK00.230.310
HSL15.75º100%84.31%-
HSV(B)15.75º31.37%100%-
XYZ68.7263.8449.26-
YUV211.25107.55159.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 196 (76.95% from 255) = 31.31%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=40.73%
G=31.31%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519617500.230.31015.7510084.31
HexFFC4AF0171F0106454
Octal37730425702737020144124
Binary1111111111000100101011110101111111101000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4AF; }

 p { color: rgb(255,196,175); }

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

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

 a { background-color: rgb(255,196,175); }

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

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

 span { border-color: rgb(255,196,175); }

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