#F8B498

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

Shades of Mandys Pink #F8B498

Tints of Mandys Pink #F8B498

Color information

#F8B498 (or 0xF8B498) is unknown color: approx Mandys Pink. HEX triplet: F8, B4 and 98. RGB value is (248,180,152). Sum of RGB (Red+Green+Blue) = 248+180+152=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B498 is #074B67. Grayscale: #C5C5C5. Windows color (decimal): -478056 or 10007800. OLE color: 10007800.

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

Color convert

RGB248180152-
CMYK00.270.390.03
HSL17.5º87.27%78.43%-
HSV(B)17.5º38.71%97.25%-
XYZ60.754.8737.1-
YUV197.14102.53164.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.76%
GREEN value IS 180 (70.70% from 255) = 31.03%
BLUE value IS 152 (59.77% from 255) = 26.21%
R=42.76%
G=31.03%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818015200.270.390.0317.587.2778.43
HexF8B49801B27312574e
Octal37026423003347322127116
Binary111110001011010010011000011011100111111001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B498; }

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

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

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

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

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

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

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

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