#F8BA94

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

Shades of Mandys Pink #F8BA94

Tints of Mandys Pink #F8BA94

Color information

#F8BA94 (or 0xF8BA94) is unknown color: approx Mandys Pink. HEX triplet: F8, BA and 94. RGB value is (248,186,148). Sum of RGB (Red+Green+Blue) = 248+186+148=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA94 is #07456B. Grayscale: #C8C8C8. Windows color (decimal): -476524 or 9747192. OLE color: 9747192.

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

Color convert

RGB248186148-
CMYK00.250.400.03
HSL22.8º87.72%77.65%-
HSV(B)22.8º40.32%97.25%-
XYZ61.6257.2135.81-
YUV200.2198.54162.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 148 (58.20% from 255) = 25.43%
R=42.61%
G=31.96%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818614800.250.400.0322.887.7277.65
HexF8BA9401928317584e
Octal37027222403150327130116
Binary111110001011101010010100011001101000111011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BA94; }

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

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

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

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

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

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

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

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