#FFC1B2

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

Shades of Melon #FFC1B2

Tints of Melon #FFC1B2

Color information

#FFC1B2 (or 0xFFC1B2) is unknown color: approx Melon. HEX triplet: FF, C1 and B2. RGB value is (255,193,178). Sum of RGB (Red+Green+Blue) = 255+193+178=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1B2 is #003E4D. Grayscale: #D1D1D1. Windows color (decimal): -15950 or 11715071. OLE color: 11715071.

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

Color convert

RGB255193178-
CMYK00.240.300
HSL11.69º100%84.9%-
HSV(B)11.69º30.2%100%-
XYZ68.3562.6150.6-
YUV209.83110.04160.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 193 (75.78% from 255) = 30.83%
BLUE value IS 178 (69.92% from 255) = 28.43%
R=40.73%
G=30.83%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519317800.240.30011.6910084.9
HexFFC1B20181E0c6455
Octal37730126203036014144125
Binary111111111100000110110010011000111100110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1B2; }

 p { color: rgb(255,193,178); }

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

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

 a { background-color: rgb(255,193,178); }

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

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

 span { border-color: rgb(255,193,178); }

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