#F4BC8E

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

Shades of Mandys Pink #F4BC8E

Tints of Mandys Pink #F4BC8E

Color information

#F4BC8E (or 0xF4BC8E) is unknown color: approx Mandys Pink. HEX triplet: F4, BC and 8E. RGB value is (244,188,142). Sum of RGB (Red+Green+Blue) = 244+188+142=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BC8E is #0B4371. Grayscale: #C7C7C7. Windows color (decimal): -738162 or 9354484. OLE color: 9354484.

HSL color Cylindrical-coordinate representation of color #F4BC8E: hue angle of 27.06º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4BC8E is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244188142-
CMYK00.230.420.04
HSL27.06º82.26%75.69%-
HSV(B)27.06º41.8%95.69%-
XYZ60.1757.1533.45-
YUV199.595.55159.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.51%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=42.51%
G=32.75%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418814200.230.420.0427.0682.2675.69
HexF4BC8E0172A41b524c
Octal36427421602752433122114
Binary1111010010111100100011100101111010101001101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BC8E; }

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

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

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

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

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

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

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

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