Html Css Color HEX #FB89B5 Persian Pink

📋 copy color: '#FB89B5'

red 251 ◦ green 137 ◦ blue 181

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

Shades of Persian Pink #FB89B5

Tints of Persian Pink #FB89B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.81%

R = 44.11%
G = 24.08%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB89B5 (or 0xFB89B5) is known color: Persian Pink. HEX triplet: FB, 89 and B5. RGB value is (251,137,181). Sum of RGB (Red+Green+Blue) = 251+137+181=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89B5 is #04764A. Grayscale: #B0B0B0. Windows color (decimal): -292427 or 11897339. OLE color: 11897339.

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

Color convert

RGB 251 137 181 -
CMYK 0 0.45 0.28 0.02
HSL 336.84º 0.93% 0.76% -
HSV(B) 336.84º 0.45% 0.98% -
XYZ 57.07 41.74 48.76 -
YUV 176.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 251 137 181 0 0.45 0.28 0.02 336.84 0.93 0.76
Hex FB 89 B5 0 2D 1C 2 151 5D 4C
Octal 373 211 265 0 55 34 2 521 135 114
Binary 11111011 10001001 10110101 0 101101 11100 10 101010001 1011101 1001100

Color Harmonies of #FB89B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB89B5

Black with #FB89B5

Text Example


Text Example

White with #FB89B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB89B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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