Html Css Color HEX #FB89BF Tea Rose

📋 copy color: '#FB89BF'

red 251 ◦ green 137 ◦ blue 191

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

Shades of Tea Rose #FB89BF

Tints of Tea Rose #FB89BF

RGB

 RED value IS 251 (98.44% from 255) = 43.35%

 GREEN value IS 137 (53.91% from 255) = 23.66%

 BLUE value IS 191 (75% from 255) = 32.99%

R = 43.35%
G = 23.66%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB89BF (or 0xFB89BF) is known color: Tea Rose. HEX triplet: FB, 89 and BF. RGB value is (251,137,191). Sum of RGB (Red+Green+Blue) = 251+137+191=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89BF is #047640. Grayscale: #B1B1B1. Windows color (decimal): -292417 or 12552699. OLE color: 12552699.

HSL color Cylindrical-coordinate representation of color #FB89BF: hue angle of 331.58º degrees, saturation: 0.93, 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 #FB89BF is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 137 191 -
CMYK 0 0.45 0.24 0.02
HSL 331.58º 0.93% 0.76% -
HSV(B) 331.58º 0.45% 0.98% -
XYZ 58.13 42.16 54.36 -
YUV 177.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 251 137 191 0 0.45 0.24 0.02 331.58 0.93 0.76
Hex FB 89 BF 0 2D 18 2 14C 5D 4C
Octal 373 211 277 0 55 30 2 514 135 114
Binary 11111011 10001001 10111111 0 101101 11000 10 101001100 1011101 1001100

Color Harmonies of #FB89BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB89BF

Black with #FB89BF

Text Example


Text Example

White with #FB89BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB89BF; }

 p { color: rgb(251,137,191); }

 H1.HeaderClassName
 {
   color: #FB89BF;
 }
 .AnyTagClassName
 {
   color: #FB89BF;
 }
</style>

background-color css

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

 a { background-color: rgb(251,137,191); }

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

border-color css

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

 span { border-color: rgb(251,137,191); }

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