#FFC3B1

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

Shades of Melon #FFC3B1

Tints of Melon #FFC3B1

Color information

#FFC3B1 (or 0xFFC3B1) is unknown color: approx Melon. HEX triplet: FF, C3 and B1. RGB value is (255,195,177). Sum of RGB (Red+Green+Blue) = 255+195+177=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC3B1 is #003C4E. Grayscale: #D3D3D3. Windows color (decimal): -15439 or 11650047. OLE color: 11650047.

HSL color Cylindrical-coordinate representation of color #FFC3B1: hue angle of 13.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC3B1 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255195177-
CMYK00.240.310
HSL13.85º100%84.71%-
HSV(B)13.85º30.59%100%-
XYZ68.6963.4650.22-
YUV210.89108.88159.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 177 (69.53% from 255) = 28.23%
R=40.67%
G=31.10%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519517700.240.31013.8510084.71
HexFFC3B10181F0e6455
Octal37730326103037016144125
Binary111111111100001110110001011000111110111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3B1; }

 p { color: rgb(255,195,177); }

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

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

 a { background-color: rgb(255,195,177); }

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

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

 span { border-color: rgb(255,195,177); }

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