#F889CC

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

Shades of Tea Rose #F889CC

Tints of Tea Rose #F889CC

Color information

#F889CC (or 0xF889CC) is unknown color: approx Tea Rose. HEX triplet: F8, 89 and CC. RGB value is (248,137,204). Sum of RGB (Red+Green+Blue) = 248+137+204=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F889CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889CC is #077633. Grayscale: #B1B1B1. Windows color (decimal): -489012 or 13404664. OLE color: 13404664.

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

Color convert

RGB248137204-
CMYK00.450.180.03
HSL323.78º88.8%75.49%-
HSV(B)323.78º44.76%97.25%-
XYZ58.5642.2162.19-
YUV177.83142.77178.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 137 (53.91% from 255) = 23.26%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=42.11%
G=23.26%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813720400.450.180.03323.7888.875.49
HexF889CC02D123144594b
Octal370211314055223504131113
Binary1111100010001001110011000101101100101110100010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F889CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F889CC; }

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

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

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

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

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

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

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

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