#F8BA8D

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

Shades of Mandys Pink #F8BA8D

Tints of Mandys Pink #F8BA8D

Color information

#F8BA8D (or 0xF8BA8D) is unknown color: approx Mandys Pink. HEX triplet: F8, BA and 8D. RGB value is (248,186,141). Sum of RGB (Red+Green+Blue) = 248+186+141=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BA8D is #074572. Grayscale: #C7C7C7. Windows color (decimal): -476531 or 9288440. OLE color: 9288440.

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

Color convert

RGB248186141-
CMYK00.250.430.03
HSL25.23º88.43%76.27%-
HSV(B)25.23º43.15%97.25%-
XYZ61.085732.98-
YUV199.4195.04162.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.13%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=43.13%
G=32.35%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818614100.250.430.0325.2388.4376.27
HexF8BA8D0192B319584c
Octal37027221503153331130114
Binary111110001011101010001101011001101011111100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BA8D; }

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

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

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

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

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

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

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

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