#F8BD8C

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

Shades of Mandys Pink #F8BD8C

Tints of Mandys Pink #F8BD8C

Color information

#F8BD8C (or 0xF8BD8C) is unknown color: approx Mandys Pink. HEX triplet: F8, BD and 8C. RGB value is (248,189,140). Sum of RGB (Red+Green+Blue) = 248+189+140=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BD8C is #074273. Grayscale: #C9C9C9. Windows color (decimal): -475764 or 9223672. OLE color: 9223672.

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

Color convert

RGB248189140-
CMYK00.240.440.03
HSL27.22º88.52%76.08%-
HSV(B)27.22º43.55%97.25%-
XYZ61.6458.2532.8-
YUV201.0693.55161.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.98%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 140 (55.08% from 255) = 24.26%
R=42.98%
G=32.76%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818914000.240.440.0327.2288.5276.08
HexF8BD8C0182C31b594c
Octal37027521403054333131114
Binary111110001011110110001100011000101100111101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BD8C; }

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

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

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

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

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

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

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

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