#FCB5AF

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

Shades of Melon #FCB5AF

Tints of Melon #FCB5AF

Color information

#FCB5AF (or 0xFCB5AF) is unknown color: approx Melon. HEX triplet: FC, B5 and AF. RGB value is (252,181,175). Sum of RGB (Red+Green+Blue) = 252+181+175=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB5AF is #034A50. Grayscale: #C9C9C9. Windows color (decimal): -215633 or 11515388. OLE color: 11515388.

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

Color convert

RGB252181175-
CMYK00.280.310.01
HSL4.68º92.77%83.73%-
HSV(B)4.68º30.56%98.82%-
XYZ64.4156.8448.13-
YUV201.54113.02163.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=41.45%
G=29.77%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218117500.280.310.014.6892.7783.73
HexFCB5AF01C1F155d54
Octal3742652570343715135124
Binary11111100101101011010111101110011111110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5AF; }

 p { color: rgb(252,181,175); }

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

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

 a { background-color: rgb(252,181,175); }

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

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

 span { border-color: rgb(252,181,175); }

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