#F88EBE

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

Shades of Tea Rose #F88EBE

Tints of Tea Rose #F88EBE

Color information

#F88EBE (or 0xF88EBE) is unknown color: approx Tea Rose. HEX triplet: F8, 8E and BE. RGB value is (248,142,190). Sum of RGB (Red+Green+Blue) = 248+142+190=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88EBE is #077141. Grayscale: #B3B3B3. Windows color (decimal): -487746 or 12488440. OLE color: 12488440.

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

Color convert

RGB248142190-
CMYK00.430.230.03
HSL332.83º88.33%76.47%-
HSV(B)332.83º42.74%97.25%-
XYZ57.6843.0253.98-
YUV179.17134.12177.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.76%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=42.76%
G=24.48%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814219000.430.230.03332.8388.3376.47
HexF88EBE02B17314d584c
Octal370216276053273515130114
Binary1111100010001110101111100101011101111110100110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88EBE; }

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

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

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

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

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

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

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

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