#F8BC8E

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

Shades of Mandys Pink #F8BC8E

Tints of Mandys Pink #F8BC8E

Color information

#F8BC8E (or 0xF8BC8E) is unknown color: approx Mandys Pink. HEX triplet: F8, BC and 8E. RGB value is (248,188,142). Sum of RGB (Red+Green+Blue) = 248+188+142=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BC8E is #074371. Grayscale: #C8C8C8. Windows color (decimal): -476018 or 9354488. OLE color: 9354488.

HSL color Cylindrical-coordinate representation of color #F8BC8E: hue angle of 26.04º 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 #F8BC8E is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248188142-
CMYK00.240.430.03
HSL26.04º88.33%76.47%-
HSV(B)26.04º42.74%97.25%-
XYZ61.5857.8833.52-
YUV200.794.88161.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 142 (55.86% from 255) = 24.57%
R=42.91%
G=32.53%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818814200.240.430.0326.0488.3376.47
HexF8BC8E0182B31a584c
Octal37027421603053332130114
Binary111110001011110010001110011000101011111101010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BC8E; }

 p { color: rgb(248,188,142); }

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

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

 a { background-color: rgb(248,188,142); }

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

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

 span { border-color: rgb(248,188,142); }

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