#F0B699

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

Shades of Mandys Pink #F0B699

Tints of Mandys Pink #F0B699

Color information

#F0B699 (or 0xF0B699) is unknown color: approx Mandys Pink. HEX triplet: F0, B6 and 99. RGB value is (240,182,153). Sum of RGB (Red+Green+Blue) = 240+182+153=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B699 is #0F4966. Grayscale: #C4C4C4. Windows color (decimal): -1001831 or 10073840. OLE color: 10073840.

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

Color convert

RGB240182153-
CMYK00.240.360.06
HSL20º74.36%77.06%-
HSV(B)20º36.25%94.12%-
XYZ58.4154.2837.54-
YUV196.04103.72159.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 153 (60.16% from 255) = 26.61%
R=41.74%
G=31.65%
B=26.61%

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
Decimal24018215300.240.360.062074.3677.06
HexF0B699018246144a4d
Octal36026623103044624112115
Binary1111000010110110100110010110001001001101010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B699; }

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

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

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

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

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

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

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

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