Html Css Color HEX #FB80BE Persian Pink

📋 copy color: '#FB80BE'

red 251 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #FB80BE

Tints of Persian Pink #FB80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.5%

 BLUE value IS 190 (74.61% from 255) = 33.39%

R = 44.11%
G = 22.5%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB80BE (or 0xFB80BE) is known color: Persian Pink. HEX triplet: FB, 80 and BE. RGB value is (251,128,190). Sum of RGB (Red+Green+Blue) = 251+128+190=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80BE is #047F41. Grayscale: #ABABAB. Windows color (decimal): -294722 or 12484859. OLE color: 12484859.

HSL color Cylindrical-coordinate representation of color #FB80BE: hue angle of 329.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80BE is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 128 190 -
CMYK 0 0.49 0.24 0.02
HSL 329.76º 0.94% 0.74% -
HSV(B) 329.76º 0.49% 0.98% -
XYZ 56.8 39.67 53.38 -
YUV 171.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 251 128 190 0 0.49 0.24 0.02 329.76 0.94 0.74
Hex FB 80 BE 0 31 18 2 14A 5E 4A
Octal 373 200 276 0 61 30 2 512 136 112
Binary 11111011 10000000 10111110 0 110001 11000 10 101001010 1011110 1001010

Color Harmonies of #FB80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80BE

Black with #FB80BE

Text Example


Text Example

White with #FB80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80BE; }

 p { color: rgb(251,128,190); }

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

background-color css

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

 a { background-color: rgb(251,128,190); }

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

border-color css

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

 span { border-color: rgb(251,128,190); }

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