Html Css Color HEX #FE80B5 Persian Pink

📋 copy color: '#FE80B5'

red 254 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #FE80B5

Tints of Persian Pink #FE80B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.15%

R = 45.12%
G = 22.74%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE80B5 (or 0xFE80B5) is known color: Persian Pink. HEX triplet: FE, 80 and B5. RGB value is (254,128,181). Sum of RGB (Red+Green+Blue) = 254+128+181=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80B5 is #017F4A. Grayscale: #ABABAB. Windows color (decimal): -98123 or 11895038. OLE color: 11895038.

HSL color Cylindrical-coordinate representation of color #FE80B5: hue angle of 334.76º 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 #FE80B5 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 128 181 -
CMYK 0 0.50 0.29 0.00
HSL 334.76º 0.98% 0.75% -
HSV(B) 334.76º 0.5% 1% -
XYZ 56.93 39.85 48.41 -
YUV 171.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 254 128 181 0 0.50 0.29 0.00 334.76 0.98 0.75
Hex FE 80 B5 0 32 1D 0 14F 62 4B
Octal 376 200 265 0 62 35 0 517 142 113
Binary 11111110 10000000 10110101 0 110010 11101 0 101001111 1100010 1001011

Color Harmonies of #FE80B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80B5

Black with #FE80B5

Text Example


Text Example

White with #FE80B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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