#F88BBE

Color #F88BBE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F88BBE

Tints of Tea Rose #F88BBE

Color information

#F88BBE (or 0xF88BBE) is unknown color: approx Tea Rose. HEX triplet: F8, 8B and BE. RGB value is (248,139,190). Sum of RGB (Red+Green+Blue) = 248+139+190=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BBE is #077441. Grayscale: #B1B1B1. Windows color (decimal): -488514 or 12487672. OLE color: 12487672.

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

Color convert

RGB248139190-
CMYK00.440.230.03
HSL331.93º88.62%75.88%-
HSV(B)331.93º43.95%97.25%-
XYZ57.2442.1453.83-
YUV177.4135.11178.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.98%
GREEN value IS 139 (54.69% from 255) = 24.09%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=42.98%
G=24.09%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813919000.440.230.03331.9388.6275.88
HexF88BBE02C17314c594c
Octal370213276054273514131114
Binary1111100010001011101111100101100101111110100110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88BBE; }

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

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

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

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

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

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

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

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