Html Css Color HEX #FB80BC Persian Pink

📋 copy color: '#FB80BC'

red 251 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #FB80BC

Tints of Persian Pink #FB80BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 44.27%
G = 22.57%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB80BC (or 0xFB80BC) is known color: Persian Pink. HEX triplet: FB, 80 and BC. RGB value is (251,128,188). Sum of RGB (Red+Green+Blue) = 251+128+188=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80BC is #047F43. Grayscale: #ABABAB. Windows color (decimal): -294724 or 12353787. OLE color: 12353787.

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

Color convert

RGB 251 128 188 -
CMYK 0 0.49 0.25 0.02
HSL 330.73º 0.94% 0.74% -
HSV(B) 330.73º 0.49% 0.98% -
XYZ 56.58 39.58 52.23 -
YUV 171.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 251 128 188 0 0.49 0.25 0.02 330.73 0.94 0.74
Hex FB 80 BC 0 31 19 2 14B 5E 4A
Octal 373 200 274 0 61 31 2 513 136 112
Binary 11111011 10000000 10111100 0 110001 11001 10 101001011 1011110 1001010

Color Harmonies of #FB80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80BC

Black with #FB80BC

Text Example


Text Example

White with #FB80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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