#FCBCAF

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

Shades of Melon #FCBCAF

Tints of Melon #FCBCAF

Color information

#FCBCAF (or 0xFCBCAF) is unknown color: approx Melon. HEX triplet: FC, BC and AF. RGB value is (252,188,175). Sum of RGB (Red+Green+Blue) = 252+188+175=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCAF is #034350. Grayscale: #CDCDCD. Windows color (decimal): -213841 or 11517180. OLE color: 11517180.

HSL color Cylindrical-coordinate representation of color #FCBCAF: hue angle of 10.13º 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 #FCBCAF is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252188175-
CMYK00.250.310.01
HSL10.13º92.77%83.73%-
HSV(B)10.13º30.56%98.82%-
XYZ65.8759.7648.62-
YUV205.65110.7161.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=40.98%
G=30.57%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218817500.250.310.0110.1392.7783.73
HexFCBCAF0191F1a5d54
Octal37427425703137112135124
Binary111111001011110010101111011001111111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCAF; }

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

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

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

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

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

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

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

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