#F889C8

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

Shades of Tea Rose #F889C8

Tints of Tea Rose #F889C8

Color information

#F889C8 (or 0xF889C8) is unknown color: approx Tea Rose. HEX triplet: F8, 89 and C8. RGB value is (248,137,200). Sum of RGB (Red+Green+Blue) = 248+137+200=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F889C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889C8 is #077637. Grayscale: #B1B1B1. Windows color (decimal): -489016 or 13142520. OLE color: 13142520.

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

Color convert

RGB248137200-
CMYK00.450.190.03
HSL325.95º88.8%75.49%-
HSV(B)325.95º44.76%97.25%-
XYZ58.0842.0259.69-
YUV177.37140.77178.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 137 (53.91% from 255) = 23.42%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=42.39%
G=23.42%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813720000.450.190.03325.9588.875.49
HexF889C802D133146594b
Octal370211310055233506131113
Binary1111100010001001110010000101101100111110100011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F889C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F889C8; }

 p { color: rgb(248,137,200); }

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

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

 a { background-color: rgb(248,137,200); }

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

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

 span { border-color: rgb(248,137,200); }

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