#FCBEAF

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

Shades of Melon #FCBEAF

Tints of Melon #FCBEAF

Color information

#FCBEAF (or 0xFCBEAF) is unknown color: approx Melon. HEX triplet: FC, BE and AF. RGB value is (252,190,175). Sum of RGB (Red+Green+Blue) = 252+190+175=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEAF is #034150. Grayscale: #CECECE. Windows color (decimal): -213329 or 11517692. OLE color: 11517692.

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

Color convert

RGB252190175-
CMYK00.250.310.01
HSL11.69º92.77%83.73%-
HSV(B)11.69º30.56%98.82%-
XYZ66.360.6248.76-
YUV206.83110.04160.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=40.84%
G=30.79%
B=28.36%

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
Decimal25219017500.250.310.0111.6992.7783.73
HexFCBEAF0191F1c5d54
Octal37427625703137114135124
Binary111111001011111010101111011001111111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEAF; }

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

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

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

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

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

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

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

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