#F8BD9A

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

Shades of Mandys Pink #F8BD9A

Tints of Mandys Pink #F8BD9A

Color information

#F8BD9A (or 0xF8BD9A) is unknown color: approx Mandys Pink. HEX triplet: F8, BD and 9A. RGB value is (248,189,154). Sum of RGB (Red+Green+Blue) = 248+189+154=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BD9A is #074265. Grayscale: #CACACA. Windows color (decimal): -475750 or 10141176. OLE color: 10141176.

HSL color Cylindrical-coordinate representation of color #F8BD9A: hue angle of 22.34º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8BD9A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248189154-
CMYK00.240.380.03
HSL22.34º87.04%78.82%-
HSV(B)22.34º37.9%97.25%-
XYZ62.7458.6838.59-
YUV202.65100.55160.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=41.96%
G=31.98%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818915400.240.380.0322.3487.0478.82
HexF8BD9A01826316574f
Octal37027523203046326127117
Binary111110001011110110011010011000100110111011010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BD9A; }

 p { color: rgb(248,189,154); }

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

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

 a { background-color: rgb(248,189,154); }

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

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

 span { border-color: rgb(248,189,154); }

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