Html Css Color HEX #FB80B9 Persian Pink

📋 copy color: '#FB80B9'

red 251 ◦ green 128 ◦ blue 185

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

Shades of Persian Pink #FB80B9

Tints of Persian Pink #FB80B9

RGB

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

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

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

R = 44.5%
G = 22.7%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB80B9 (or 0xFB80B9) is known color: Persian Pink. HEX triplet: FB, 80 and B9. RGB value is (251,128,185). Sum of RGB (Red+Green+Blue) = 251+128+185=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80B9 is #047F46. Grayscale: #ABABAB. Windows color (decimal): -294727 or 12157179. OLE color: 12157179.

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

Color convert

RGB 251 128 185 -
CMYK 0 0.49 0.26 0.02
HSL 332.2º 0.94% 0.74% -
HSV(B) 332.2º 0.49% 0.98% -
XYZ 56.26 39.45 50.55 -
YUV 171.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 251 128 185 0 0.49 0.26 0.02 332.2 0.94 0.74
Hex FB 80 B9 0 31 1A 2 14C 5E 4A
Octal 373 200 271 0 61 32 2 514 136 112
Binary 11111011 10000000 10111001 0 110001 11010 10 101001100 1011110 1001010

Color Harmonies of #FB80B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80B9

Black with #FB80B9

Text Example


Text Example

White with #FB80B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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