#F0B69A

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

Shades of Mandys Pink #F0B69A

Tints of Mandys Pink #F0B69A

Color information

#F0B69A (or 0xF0B69A) is unknown color: approx Mandys Pink. HEX triplet: F0, B6 and 9A. RGB value is (240,182,154). Sum of RGB (Red+Green+Blue) = 240+182+154=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B69A is #0F4965. Grayscale: #C4C4C4. Windows color (decimal): -1001830 or 10139376. OLE color: 10139376.

HSL color Cylindrical-coordinate representation of color #F0B69A: hue angle of 19.53º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0B69A is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240182154-
CMYK00.240.360.06
HSL19.53º74.14%77.25%-
HSV(B)19.53º35.83%94.12%-
XYZ58.554.3137.97-
YUV196.15104.22159.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 154 (60.55% from 255) = 26.74%
R=41.67%
G=31.60%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018215400.240.360.0619.5374.1477.25
HexF0B69A018246144a4d
Octal36026623203044624112115
Binary1111000010110110100110100110001001001101010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B69A; }

 p { color: rgb(240,182,154); }

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

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

 a { background-color: rgb(240,182,154); }

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

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

 span { border-color: rgb(240,182,154); }

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