#FC89BA

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

Shades of Tea Rose #FC89BA

Tints of Tea Rose #FC89BA

Color information

#FC89BA (or 0xFC89BA) is unknown color: approx Tea Rose. HEX triplet: FC, 89 and BA. RGB value is (252,137,186). Sum of RGB (Red+Green+Blue) = 252+137+186=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89BA is #037645. Grayscale: #B0B0B0. Windows color (decimal): -226886 or 12225020. OLE color: 12225020.

HSL color Cylindrical-coordinate representation of color #FC89BA: hue angle of 334.43º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC89BA is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252137186-
CMYK00.460.260.01
HSL334.43º95.04%76.27%-
HSV(B)334.43º45.63%98.82%-
XYZ57.9542.1351.53-
YUV176.97133.1181.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=43.83%
G=23.83%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213718600.460.260.01334.4395.0476.27
HexFC89BA02E1A114e5f4c
Octal374211272056321516137114
Binary111111001000100110111010010111011010110100111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC89BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC89BA; }

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

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

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

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

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

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

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

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