#F8B292

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

Shades of Mandys Pink #F8B292

Tints of Mandys Pink #F8B292

Color information

#F8B292 (or 0xF8B292) is unknown color: approx Mandys Pink. HEX triplet: F8, B2 and 92. RGB value is (248,178,146). Sum of RGB (Red+Green+Blue) = 248+178+146=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B292 is #074D6D. Grayscale: #C3C3C3. Windows color (decimal): -478574 or 9614072. OLE color: 9614072.

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

Color convert

RGB248178146-
CMYK00.280.410.03
HSL18.82º87.93%77.25%-
HSV(B)18.82º41.13%97.25%-
XYZ59.8253.8734.44-
YUV195.28100.19165.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 178 (69.92% from 255) = 31.12%
BLUE value IS 146 (57.42% from 255) = 25.52%
R=43.36%
G=31.12%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817814600.280.410.0318.8287.9377.25
HexF8B29201C29313584d
Octal37026222203451323130115
Binary111110001011001010010010011100101001111001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B292; }

 p { color: rgb(248,178,146); }

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

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

 a { background-color: rgb(248,178,146); }

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

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

 span { border-color: rgb(248,178,146); }

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