#F8B295

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

Shades of Mandys Pink #F8B295

Tints of Mandys Pink #F8B295

Color information

#F8B295 (or 0xF8B295) is unknown color: approx Mandys Pink. HEX triplet: F8, B2 and 95. RGB value is (248,178,149). Sum of RGB (Red+Green+Blue) = 248+178+149=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B295 is #074D6A. Grayscale: #C3C3C3. Windows color (decimal): -478571 or 9810680. OLE color: 9810680.

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

Color convert

RGB248178149-
CMYK00.280.400.03
HSL17.58º87.61%77.84%-
HSV(B)17.58º39.92%97.25%-
XYZ60.0653.9735.69-
YUV195.62101.69165.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.13%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=43.13%
G=30.96%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817814900.280.400.0317.5887.6177.84
HexF8B29501C28312584e
Octal37026222503450322130116
Binary111110001011001010010101011100101000111001010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B295; }

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

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

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

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

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

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

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

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