#FCBFAF

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

Shades of Melon #FCBFAF

Tints of Melon #FCBFAF

Color information

#FCBFAF (or 0xFCBFAF) is unknown color: approx Melon. HEX triplet: FC, BF and AF. RGB value is (252,191,175). Sum of RGB (Red+Green+Blue) = 252+191+175=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFAF is #034050. Grayscale: #CFCFCF. Windows color (decimal): -213073 or 11517948. OLE color: 11517948.

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

Color convert

RGB252191175-
CMYK00.240.310.01
HSL12.47º92.77%83.73%-
HSV(B)12.47º30.56%98.82%-
XYZ66.5161.0548.84-
YUV207.41109.71159.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=40.78%
G=30.91%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219117500.240.310.0112.4792.7783.73
HexFCBFAF0181F1c5d54
Octal37427725703037114135124
Binary111111001011111110101111011000111111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFAF; }

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

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

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

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

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

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

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

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