#F8BA93

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

Shades of Mandys Pink #F8BA93

Tints of Mandys Pink #F8BA93

Color information

#F8BA93 (or 0xF8BA93) is unknown color: approx Mandys Pink. HEX triplet: F8, BA and 93. RGB value is (248,186,147). Sum of RGB (Red+Green+Blue) = 248+186+147=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA93 is #07456C. Grayscale: #C8C8C8. Windows color (decimal): -476525 or 9681656. OLE color: 9681656.

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

Color convert

RGB248186147-
CMYK00.250.410.03
HSL23.17º87.83%77.45%-
HSV(B)23.17º40.73%97.25%-
XYZ61.5457.1835.4-
YUV200.0998.04162.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 147 (57.81% from 255) = 25.30%
R=42.69%
G=32.01%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818614700.250.410.0323.1787.8377.45
HexF8BA9301929317584d
Octal37027222303151327130115
Binary111110001011101010010011011001101001111011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BA93; }

 p { color: rgb(248,186,147); }

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

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

 a { background-color: rgb(248,186,147); }

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

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

 span { border-color: rgb(248,186,147); }

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