Html Css Color HEX #FE80B4 Persian Pink

📋 copy color: '#FE80B4'

red 254 ◦ green 128 ◦ blue 180

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

Shades of Persian Pink #FE80B4

Tints of Persian Pink #FE80B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.03%

R = 45.2%
G = 22.78%
B = 32.03%

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

#FE80B4 (or 0xFE80B4) is known color: Persian Pink. HEX triplet: FE, 80 and B4. RGB value is (254,128,180). Sum of RGB (Red+Green+Blue) = 254+128+180=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80B4 is #017F4B. Grayscale: #ABABAB. Windows color (decimal): -98124 or 11829502. OLE color: 11829502.

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

Color convert

RGB 254 128 180 -
CMYK 0 0.50 0.29 0.00
HSL 335.24º 0.98% 0.75% -
HSV(B) 335.24º 0.5% 1% -
XYZ 56.83 39.8 47.87 -
YUV 171.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 254 128 180 0 0.50 0.29 0.00 335.24 0.98 0.75
Hex FE 80 B4 0 32 1D 0 14F 62 4B
Octal 376 200 264 0 62 35 0 517 142 113
Binary 11111110 10000000 10110100 0 110010 11101 0 101001111 1100010 1001011

Color Harmonies of #FE80B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80B4

Black with #FE80B4

Text Example


Text Example

White with #FE80B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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