#FCB7AB

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

Shades of Melon #FCB7AB

Tints of Melon #FCB7AB

Color information

#FCB7AB (or 0xFCB7AB) is unknown color: approx Melon. HEX triplet: FC, B7 and AB. RGB value is (252,183,171). Sum of RGB (Red+Green+Blue) = 252+183+171=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB7AB is #034854. Grayscale: #CACACA. Windows color (decimal): -215125 or 11253756. OLE color: 11253756.

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

Color convert

RGB252183171-
CMYK00.270.320.01
HSL8.89º93.1%82.94%-
HSV(B)8.89º32.14%98.82%-
XYZ64.4357.546.23-
YUV202.26110.36163.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 183 (71.88% from 255) = 30.20%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=41.58%
G=30.20%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218317100.270.320.018.8993.182.94
HexFCB7AB01B20195d53
Octal37426725303340111135123
Binary1111110010110111101010110110111000001100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7AB; }

 p { color: rgb(252,183,171); }

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

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

 a { background-color: rgb(252,183,171); }

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

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

 span { border-color: rgb(252,183,171); }

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