#f0bb90

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

Shades of Mandys Pink #F0BB90

Tints of Mandys Pink #F0BB90

Color information

#F0BB90 (or 0xF0BB90) is unknown color: approx Mandys Pink. HEX triplet: F0, BB and 90. RGB value is (240,187,144). Sum of RGB (Red+Green+Blue) = 240+187+144=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BB90 is #0F446F. Grayscale: #C6C6C6. Windows color (decimal): -1000560 or 9485296. OLE color: 9485296.

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

Color convert

RGB240187144-
CMYK00.220.40.06
HSL26.88º76.19%75.29%-
HSV(B)26.88º40%94.12%-
XYZ58.7456.0834.11-
YUV197.9497.56158-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=42.03%
G=32.75%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018714400.220.40.0626.8876.1975.29
HexF0BB900162861b4c4b
Octal36027322002650633114113
Binary1111000010111011100100000101101010001101101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0bb90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0bb90; }

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

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

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

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

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

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

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

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