#F0B395

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

Shades of Mandys Pink #F0B395

Tints of Mandys Pink #F0B395

Color information

#F0B395 (or 0xF0B395) is unknown color: approx Mandys Pink. HEX triplet: F0, B3 and 95. RGB value is (240,179,149). Sum of RGB (Red+Green+Blue) = 240+179+149=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B395 is #0F4C6A. Grayscale: #C2C2C2. Windows color (decimal): -1002603 or 9810928. OLE color: 9810928.

HSL color Cylindrical-coordinate representation of color #F0B395: hue angle of 19.78º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0B395 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240179149-
CMYK00.250.380.06
HSL19.78º75.21%76.27%-
HSV(B)19.78º37.92%94.12%-
XYZ57.4852.9435.62-
YUV193.82102.71160.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 179 (70.31% from 255) = 31.51%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=42.25%
G=31.51%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017914900.250.380.0619.7875.2176.27
HexF0B395019266144b4c
Octal36026322503146624113114
Binary1111000010110011100101010110011001101101010010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B395; }

 p { color: rgb(240,179,149); }

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

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

 a { background-color: rgb(240,179,149); }

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

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

 span { border-color: rgb(240,179,149); }

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