Html Css Color HEX #FB89B9 Persian Pink

📋 copy color: '#FB89B9'

red 251 ◦ green 137 ◦ blue 185

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

Shades of Persian Pink #FB89B9

Tints of Persian Pink #FB89B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.29%

R = 43.8%
G = 23.91%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB89B9 (or 0xFB89B9) is known color: Persian Pink. HEX triplet: FB, 89 and B9. RGB value is (251,137,185). Sum of RGB (Red+Green+Blue) = 251+137+185=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89B9 is #047646. Grayscale: #B0B0B0. Windows color (decimal): -292423 or 12159483. OLE color: 12159483.

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

Color convert

RGB 251 137 185 -
CMYK 0 0.45 0.26 0.02
HSL 334.74º 0.93% 0.76% -
HSV(B) 334.74º 0.45% 0.98% -
XYZ 57.49 41.9 50.96 -
YUV 176.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 251 137 185 0 0.45 0.26 0.02 334.74 0.93 0.76
Hex FB 89 B9 0 2D 1A 2 14F 5D 4C
Octal 373 211 271 0 55 32 2 517 135 114
Binary 11111011 10001001 10111001 0 101101 11010 10 101001111 1011101 1001100

Color Harmonies of #FB89B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB89B9

Black with #FB89B9

Text Example


Text Example

White with #FB89B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB89B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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