Html Css Color HEX #FC89BA Tea Rose

📋 copy color: '#FC89BA'

red 252 ◦ green 137 ◦ blue 186

#FC89BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FC89BA

Tints of Tea Rose #FC89BA

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 value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC89BA (or 0xFC89BA) is known color: 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

RGB 252 137 186 -
CMYK 0 0.46 0.26 0.01
HSL 334.43º 0.95% 0.76% -
HSV(B) 334.43º 0.46% 0.99% -
XYZ 57.95 42.13 51.53 -
YUV 176.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 252 137 186 0 0.46 0.26 0.01 334.43 0.95 0.76
Hex FC 89 BA 0 2E 1A 1 14E 5F 4C
Octal 374 211 272 0 56 32 1 516 137 114
Binary 11111100 10001001 10111010 0 101110 11010 1 101001110 1011111 1001100

Color Harmonies of #FC89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC89BA

Black with #FC89BA

Text Example


Text Example

White with #FC89BA

Text Example


Text Example

HTML Codes & Css Web 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>