#F889CD

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

Shades of Tea Rose #F889CD

Tints of Tea Rose #F889CD

Color information

#F889CD (or 0xF889CD) is unknown color: approx Tea Rose. HEX triplet: F8, 89 and CD. RGB value is (248,137,205). Sum of RGB (Red+Green+Blue) = 248+137+205=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F889CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889CD is #077632. Grayscale: #B1B1B1. Windows color (decimal): -489011 or 13470200. OLE color: 13470200.

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

Color convert

RGB248137205-
CMYK00.450.170.03
HSL323.24º88.8%75.49%-
HSV(B)323.24º44.76%97.25%-
XYZ58.6842.2662.82-
YUV177.94143.27177.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.03%
GREEN value IS 137 (53.91% from 255) = 23.22%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=42.03%
G=23.22%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813720500.450.170.03323.2488.875.49
HexF889CD02D113143594b
Octal370211315055213503131113
Binary1111100010001001110011010101101100011110100001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F889CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F889CD; }

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

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

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

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

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

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

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

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