#F1B99A

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

Shades of Mandys Pink #F1B99A

Tints of Mandys Pink #F1B99A

Color information

#F1B99A (or 0xF1B99A) is unknown color: approx Mandys Pink. HEX triplet: F1, B9 and 9A. RGB value is (241,185,154). Sum of RGB (Red+Green+Blue) = 241+185+154=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B99A is #0E4665. Grayscale: #C6C6C6. Windows color (decimal): -935526 or 10140145. OLE color: 10140145.

HSL color Cylindrical-coordinate representation of color #F1B99A: hue angle of 21.38º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1B99A is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241185154-
CMYK00.230.360.05
HSL21.38º75.65%77.45%-
HSV(B)21.38º36.1%94.51%-
XYZ59.4655.7338.2-
YUV198.21103.05158.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=41.55%
G=31.90%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118515400.230.360.0521.3875.6577.45
HexF1B99A017245154c4d
Octal36127123202744525114115
Binary1111000110111001100110100101111001001011010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B99A; }

 p { color: rgb(241,185,154); }

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

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

 a { background-color: rgb(241,185,154); }

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

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

 span { border-color: rgb(241,185,154); }

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