Html Css Color HEX #FB80C0 Persian Pink

📋 copy color: '#FB80C0'

red 251 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #FB80C0

Tints of Persian Pink #FB80C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.63%

R = 43.96%
G = 22.42%
B = 33.63%

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

#FB80C0 (or 0xFB80C0) is known color: Persian Pink. HEX triplet: FB, 80 and C0. RGB value is (251,128,192). Sum of RGB (Red+Green+Blue) = 251+128+192=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80C0 is #047F3F. Grayscale: #ABABAB. Windows color (decimal): -294720 or 12615931. OLE color: 12615931.

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

Color convert

RGB 251 128 192 -
CMYK 0 0.49 0.24 0.02
HSL 328.78º 0.94% 0.74% -
HSV(B) 328.78º 0.49% 0.98% -
XYZ 57.02 39.75 54.54 -
YUV 172.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 251 128 192 0 0.49 0.24 0.02 328.78 0.94 0.74
Hex FB 80 C0 0 31 18 2 149 5E 4A
Octal 373 200 300 0 61 30 2 511 136 112
Binary 11111011 10000000 11000000 0 110001 11000 10 101001001 1011110 1001010

Color Harmonies of #FB80C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80C0

Black with #FB80C0

Text Example


Text Example

White with #FB80C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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