#F989BA

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

Shades of Tea Rose #F989BA

Tints of Tea Rose #F989BA

Color information

#F989BA (or 0xF989BA) is unknown color: approx Tea Rose. HEX triplet: F9, 89 and BA. RGB value is (249,137,186). Sum of RGB (Red+Green+Blue) = 249+137+186=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F989BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989BA is #067645. Grayscale: #AFAFAF. Windows color (decimal): -423494 or 12225017. OLE color: 12225017.

HSL color Cylindrical-coordinate representation of color #F989BA: hue angle of 333.75º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F989BA is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249137186-
CMYK00.450.250.02
HSL333.75º90.32%75.69%-
HSV(B)333.75º44.98%97.65%-
XYZ56.8841.5851.48-
YUV176.07133.61180.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=43.53%
G=23.95%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913718600.450.250.02333.7590.3275.69
HexF989BA02D19214e5a4c
Octal371211272055312516132114
Binary1111100110001001101110100101101110011010100111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F989BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F989BA; }

 p { color: rgb(249,137,186); }

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

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

 a { background-color: rgb(249,137,186); }

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

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

 span { border-color: rgb(249,137,186); }

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