#F0B890

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

Shades of Mandys Pink #F0B890

Tints of Mandys Pink #F0B890

Color information

#F0B890 (or 0xF0B890) is unknown color: approx Mandys Pink. HEX triplet: F0, B8 and 90. RGB value is (240,184,144). Sum of RGB (Red+Green+Blue) = 240+184+144=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B890 is #0F476F. Grayscale: #C4C4C4. Windows color (decimal): -1001328 or 9484528. OLE color: 9484528.

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

Color convert

RGB240184144-
CMYK00.230.40.06
HSL25º76.19%75.29%-
HSV(B)25º40%94.12%-
XYZ58.1154.8233.9-
YUV196.1898.55159.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 184 (72.27% from 255) = 32.39%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=42.25%
G=32.39%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018414400.230.40.062576.1975.29
HexF0B890017286194c4b
Octal36027022002750631114113
Binary1111000010111000100100000101111010001101100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B890; }

 p { color: rgb(240,184,144); }

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

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

 a { background-color: rgb(240,184,144); }

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

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

 span { border-color: rgb(240,184,144); }

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