#F889D0

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

Shades of Tea Rose #F889D0

Tints of Tea Rose #F889D0

Color information

#F889D0 (or 0xF889D0) is unknown color: approx Tea Rose. HEX triplet: F8, 89 and D0. RGB value is (248,137,208). Sum of RGB (Red+Green+Blue) = 248+137+208=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F889D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889D0 is #07762F. Grayscale: #B2B2B2. Windows color (decimal): -489008 or 13666808. OLE color: 13666808.

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

Color convert

RGB248137208-
CMYK00.450.160.03
HSL321.62º88.8%75.49%-
HSV(B)321.62º44.76%97.25%-
XYZ59.0442.464.75-
YUV178.28144.77177.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 137 (53.91% from 255) = 23.10%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=41.82%
G=23.10%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813720800.450.160.03321.6288.875.49
HexF889D002D103142594b
Octal370211320055203502131113
Binary1111100010001001110100000101101100001110100001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F889D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F889D0; }

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

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

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

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

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

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

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

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