#FCBBA4

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

Shades of Melon #FCBBA4

Tints of Melon #FCBBA4

Color information

#FCBBA4 (or 0xFCBBA4) is unknown color: approx Melon. HEX triplet: FC, BB and A4. RGB value is (252,187,164). Sum of RGB (Red+Green+Blue) = 252+187+164=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA4 is #03445B. Grayscale: #CBCBCB. Windows color (decimal): -214108 or 10796028. OLE color: 10796028.

HSL color Cylindrical-coordinate representation of color #FCBBA4: hue angle of 15.68º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCBBA4 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252187164-
CMYK00.260.350.01
HSL15.68º93.62%81.57%-
HSV(B)15.68º34.92%98.82%-
XYZ64.6258.9243.09-
YUV203.81105.53162.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 164 (64.45% from 255) = 27.20%
R=41.79%
G=31.01%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218716400.260.350.0115.6893.6281.57
HexFCBBA401A231105e52
Octal37427324403243120136122
Binary11111100101110111010010001101010001111000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBA4; }

 p { color: rgb(252,187,164); }

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

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

 a { background-color: rgb(252,187,164); }

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

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

 span { border-color: rgb(252,187,164); }

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