#F889C7

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

Shades of Tea Rose #F889C7

Tints of Tea Rose #F889C7

Color information

#F889C7 (or 0xF889C7) is unknown color: approx Tea Rose. HEX triplet: F8, 89 and C7. RGB value is (248,137,199). Sum of RGB (Red+Green+Blue) = 248+137+199=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F889C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889C7 is #077638. Grayscale: #B1B1B1. Windows color (decimal): -489017 or 13076984. OLE color: 13076984.

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

Color convert

RGB248137199-
CMYK00.450.200.03
HSL326.49º88.8%75.49%-
HSV(B)326.49º44.76%97.25%-
XYZ57.9741.9759.08-
YUV177.26140.27178.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.47%
GREEN value IS 137 (53.91% from 255) = 23.46%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=42.47%
G=23.46%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813719900.450.200.03326.4988.875.49
HexF889C702D143146594b
Octal370211307055243506131113
Binary1111100010001001110001110101101101001110100011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F889C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F889C7; }

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

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

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

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

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

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

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

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