#F3B995

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

Shades of Mandys Pink #F3B995

Tints of Mandys Pink #F3B995

Color information

#F3B995 (or 0xF3B995) is unknown color: approx Mandys Pink. HEX triplet: F3, B9 and 95. RGB value is (243,185,149). Sum of RGB (Red+Green+Blue) = 243+185+149=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B995 is #0C466A. Grayscale: #C6C6C6. Windows color (decimal): -804459 or 9812467. OLE color: 9812467.

HSL color Cylindrical-coordinate representation of color #F3B995: hue angle of 22.98º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3B995 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB243185149-
CMYK00.240.390.05
HSL22.98º79.66%76.86%-
HSV(B)22.98º38.68%95.29%-
XYZ59.7455.9236.08-
YUV198.24100.22159.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.11%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 149 (58.59% from 255) = 25.82%
R=42.11%
G=32.06%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318514900.240.390.0522.9879.6676.86
HexF3B99501827517504d
Octal36327122503047527120115
Binary1111001110111001100101010110001001111011011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B995; }

 p { color: rgb(243,185,149); }

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

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

 a { background-color: rgb(243,185,149); }

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

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

 span { border-color: rgb(243,185,149); }

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