#F8B991

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

Shades of Mandys Pink #F8B991

Tints of Mandys Pink #F8B991

Color information

#F8B991 (or 0xF8B991) is unknown color: approx Mandys Pink. HEX triplet: F8, B9 and 91. RGB value is (248,185,145). Sum of RGB (Red+Green+Blue) = 248+185+145=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B991 is #07466E. Grayscale: #C7C7C7. Windows color (decimal): -476783 or 9550328. OLE color: 9550328.

HSL color Cylindrical-coordinate representation of color #F8B991: hue angle of 23.3º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8B991 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB248185145-
CMYK00.250.420.03
HSL23.3º88.03%77.06%-
HSV(B)23.3º41.53%97.25%-
XYZ61.1756.734.51-
YUV199.2897.37162.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 145 (57.03% from 255) = 25.09%
R=42.91%
G=32.01%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818514500.250.420.0323.388.0377.06
HexF8B9910192A317584d
Octal37027122103152327130115
Binary111110001011100110010001011001101010111011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B991; }

 p { color: rgb(248,185,145); }

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

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

 a { background-color: rgb(248,185,145); }

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

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

 span { border-color: rgb(248,185,145); }

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