#F3BAAB

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

Shades of Melon #F3BAAB

Tints of Melon #F3BAAB

Color information

#F3BAAB (or 0xF3BAAB) is unknown color: approx Melon. HEX triplet: F3, BA and AB. RGB value is (243,186,171). Sum of RGB (Red+Green+Blue) = 243+186+171=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BAAB is #0C4554. Grayscale: #C9C9C9. Windows color (decimal): -804181 or 11254515. OLE color: 11254515.

HSL color Cylindrical-coordinate representation of color #F3BAAB: hue angle of 12.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3BAAB is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243186171-
CMYK00.230.300.05
HSL12.5º75%81.18%-
HSV(B)12.5º29.63%95.29%-
XYZ61.8757.1146.29-
YUV201.33110.88157.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=40.5%
G=31%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318617100.230.300.0512.57581.18
HexF3BAAB0171E5d4b51
Octal36327225302736515113121
Binary11110011101110101010101101011111110101110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAAB; }

 p { color: rgb(243,186,171); }

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

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

 a { background-color: rgb(243,186,171); }

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

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

 span { border-color: rgb(243,186,171); }

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