#F890BE

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

Shades of Tea Rose #F890BE

Tints of Tea Rose #F890BE

Color information

#F890BE (or 0xF890BE) is unknown color: approx Tea Rose. HEX triplet: F8, 90 and BE. RGB value is (248,144,190). Sum of RGB (Red+Green+Blue) = 248+144+190=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F890BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890BE is #076F41. Grayscale: #B4B4B4. Windows color (decimal): -487234 or 12488952. OLE color: 12488952.

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

Color convert

RGB248144190-
CMYK00.420.230.03
HSL333.46º88.14%76.86%-
HSV(B)333.46º41.94%97.25%-
XYZ57.9843.6254.08-
YUV180.34133.46176.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 144 (56.64% from 255) = 24.74%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=42.61%
G=24.74%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814419000.420.230.03333.4688.1476.86
HexF890BE02A17314d584d
Octal370220276052273515130115
Binary1111100010010000101111100101010101111110100110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890BE; }

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

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

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

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

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

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

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

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