Html Css Color HEX #FE80BF Persian Pink

📋 copy color: '#FE80BF'

red 254 ◦ green 128 ◦ blue 191

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

Shades of Persian Pink #FE80BF

Tints of Persian Pink #FE80BF

RGB

 RED value IS 254 (99.61% from 255) = 44.33%

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

 BLUE value IS 191 (75% from 255) = 33.33%

R = 44.33%
G = 22.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE80BF (or 0xFE80BF) is known color: Persian Pink. HEX triplet: FE, 80 and BF. RGB value is (254,128,191). Sum of RGB (Red+Green+Blue) = 254+128+191=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80BF is #017F40. Grayscale: #ACACAC. Windows color (decimal): -98113 or 12550398. OLE color: 12550398.

HSL color Cylindrical-coordinate representation of color #FE80BF: hue angle of 330º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80BF is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 128 191 -
CMYK 0 0.50 0.25 0.00
HSL 330º 0.98% 0.75% -
HSV(B) 330º 0.5% 1% -
XYZ 58 40.27 54.01 -
YUV 172.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 254 128 191 0 0.50 0.25 0.00 330 0.98 0.75
Hex FE 80 BF 0 32 19 0 14A 62 4B
Octal 376 200 277 0 62 31 0 512 142 113
Binary 11111110 10000000 10111111 0 110010 11001 0 101001010 1100010 1001011

Color Harmonies of #FE80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80BF

Black with #FE80BF

Text Example


Text Example

White with #FE80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80BF; }

 p { color: rgb(254,128,191); }

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

background-color css

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

 a { background-color: rgb(254,128,191); }

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

border-color css

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

 span { border-color: rgb(254,128,191); }

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