#F8B096

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

Shades of Mandys Pink #F8B096

Tints of Mandys Pink #F8B096

Color information

#F8B096 (or 0xF8B096) is unknown color: approx Mandys Pink. HEX triplet: F8, B0 and 96. RGB value is (248,176,150). Sum of RGB (Red+Green+Blue) = 248+176+150=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B096 is #074F69. Grayscale: #C2C2C2. Windows color (decimal): -479082 or 9875704. OLE color: 9875704.

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

Color convert

RGB248176150-
CMYK00.290.400.03
HSL15.92º87.5%78.04%-
HSV(B)15.92º39.52%97.25%-
XYZ59.7453.2135.98-
YUV194.56102.85166.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=43.21%
G=30.66%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817615000.290.400.0315.9287.578.04
HexF8B09601D28310584e
Octal37026022603550320130116
Binary111110001011000010010110011101101000111000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B096; }

 p { color: rgb(248,176,150); }

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

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

 a { background-color: rgb(248,176,150); }

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

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

 span { border-color: rgb(248,176,150); }

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