#F88B86

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

Shades of Sweet Pink #F88B86

Tints of Sweet Pink #F88B86

Color information

#F88B86 (or 0xF88B86) is unknown color: approx Sweet Pink. HEX triplet: F8, 8B and 86. RGB value is (248,139,134). Sum of RGB (Red+Green+Blue) = 248+139+134=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88B86 is #077479. Grayscale: #ABABAB. Windows color (decimal): -488570 or 8817656. OLE color: 8817656.

HSL color Cylindrical-coordinate representation of color #F88B86: hue angle of 2.63º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F88B86 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248139134-
CMYK00.440.460.03
HSL2.63º89.06%74.9%-
HSV(B)2.63º45.97%97.25%-
XYZ52.2540.1427.55-
YUV171.02107.11182.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.60%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=47.60%
G=26.68%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813913400.440.460.032.6389.0674.9
HexF88B8602C2E33594b
Octal3702132060545633131113
Binary1111100010001011100001100101100101110111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88B86; }

 p { color: rgb(248,139,134); }

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

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

 a { background-color: rgb(248,139,134); }

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

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

 span { border-color: rgb(248,139,134); }

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