#FCBBB0

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

Shades of Melon #FCBBB0

Tints of Melon #FCBBB0

Color information

#FCBBB0 (or 0xFCBBB0) is unknown color: approx Melon. HEX triplet: FC, BB and B0. RGB value is (252,187,176). Sum of RGB (Red+Green+Blue) = 252+187+176=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBB0 is #03444F. Grayscale: #CDCDCD. Windows color (decimal): -214096 or 11582460. OLE color: 11582460.

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

Color convert

RGB252187176-
CMYK00.260.300.01
HSL8.68º92.68%83.92%-
HSV(B)8.68º30.16%98.82%-
XYZ65.7559.3749.07-
YUV205.18111.53161.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 176 (69.14% from 255) = 28.62%
R=40.98%
G=30.41%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218717600.260.300.018.6892.6883.92
HexFCBBB001A1E195d54
Octal37427326003236111135124
Binary111111001011101110110000011010111101100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBB0; }

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

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

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

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

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

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

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

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