#F8B298

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

Shades of Mandys Pink #F8B298

Tints of Mandys Pink #F8B298

Color information

#F8B298 (or 0xF8B298) is unknown color: approx Mandys Pink. HEX triplet: F8, B2 and 98. RGB value is (248,178,152). Sum of RGB (Red+Green+Blue) = 248+178+152=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B298 is #074D67. Grayscale: #C4C4C4. Windows color (decimal): -478568 or 10007288. OLE color: 10007288.

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

Color convert

RGB248178152-
CMYK00.280.390.03
HSL16.25º87.27%78.43%-
HSV(B)16.25º38.71%97.25%-
XYZ60.354.0636.96-
YUV195.97103.19165.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 152 (59.77% from 255) = 26.30%
R=42.91%
G=30.80%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817815200.280.390.0316.2587.2778.43
HexF8B29801C27310574e
Octal37026223003447320127116
Binary111110001011001010011000011100100111111000010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B298; }

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

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

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

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

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

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

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

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