#F890BA

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

Shades of Tea Rose #F890BA

Tints of Tea Rose #F890BA

Color information

#F890BA (or 0xF890BA) is unknown color: approx Tea Rose. HEX triplet: F8, 90 and BA. RGB value is (248,144,186). Sum of RGB (Red+Green+Blue) = 248+144+186=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F890BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890BA is #076F45. Grayscale: #B3B3B3. Windows color (decimal): -487238 or 12226808. OLE color: 12226808.

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

Color convert

RGB248144186-
CMYK00.420.250.03
HSL335.77º88.14%76.86%-
HSV(B)335.77º41.94%97.25%-
XYZ57.5543.4551.81-
YUV179.88131.46176.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=42.91%
G=24.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814418600.420.250.03335.7788.1476.86
HexF890BA02A193150584d
Octal370220272052313520130115
Binary1111100010010000101110100101010110011110101000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890BA; }

 p { color: rgb(248,144,186); }

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

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

 a { background-color: rgb(248,144,186); }

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

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

 span { border-color: rgb(248,144,186); }

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