#F890BC

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

Shades of Tea Rose #F890BC

Tints of Tea Rose #F890BC

Color information

#F890BC (or 0xF890BC) is unknown color: approx Tea Rose. HEX triplet: F8, 90 and BC. RGB value is (248,144,188). Sum of RGB (Red+Green+Blue) = 248+144+188=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F890BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890BC is #076F43. Grayscale: #B4B4B4. Windows color (decimal): -487236 or 12357880. OLE color: 12357880.

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

Color convert

RGB248144188-
CMYK00.420.240.03
HSL334.62º88.14%76.86%-
HSV(B)334.62º41.94%97.25%-
XYZ57.7643.5352.94-
YUV180.11132.46176.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.76%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=42.76%
G=24.83%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814418800.420.240.03334.6288.1476.86
HexF890BC02A18314f584d
Octal370220274052303517130115
Binary1111100010010000101111000101010110001110100111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890BC; }

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

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

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

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

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

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

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

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