#F0B995

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

Shades of Mandys Pink #F0B995

Tints of Mandys Pink #F0B995

Color information

#F0B995 (or 0xF0B995) is unknown color: approx Mandys Pink. HEX triplet: F0, B9 and 95. RGB value is (240,185,149). Sum of RGB (Red+Green+Blue) = 240+185+149=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B995 is #0F466A. Grayscale: #C5C5C5. Windows color (decimal): -1001067 or 9812464. OLE color: 9812464.

HSL color Cylindrical-coordinate representation of color #F0B995: hue angle of 23.74º 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 #F0B995 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240185149-
CMYK00.230.380.06
HSL23.74º75.21%76.27%-
HSV(B)23.74º37.92%94.12%-
XYZ58.7155.3936.03-
YUV197.34100.72158.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=41.81%
G=32.23%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018514900.230.380.0623.7475.2176.27
HexF0B995017266184b4c
Octal36027122502746630113114
Binary1111000010111001100101010101111001101101100010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B995; }

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

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

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

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

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

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

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

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