Html Css Color HEX #FE80BD Persian Pink

📋 copy color: '#FE80BD'

red 254 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #FE80BD

Tints of Persian Pink #FE80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.1%

R = 44.48%
G = 22.42%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE80BD (or 0xFE80BD) is known color: Persian Pink. HEX triplet: FE, 80 and BD. RGB value is (254,128,189). Sum of RGB (Red+Green+Blue) = 254+128+189=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80BD is #017F42. Grayscale: #ACACAC. Windows color (decimal): -98115 or 12419326. OLE color: 12419326.

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

Color convert

RGB 254 128 189 -
CMYK 0 0.50 0.26 0.00
HSL 330.95º 0.98% 0.75% -
HSV(B) 330.95º 0.5% 1% -
XYZ 57.78 40.18 52.86 -
YUV 172.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 254 128 189 0 0.50 0.26 0.00 330.95 0.98 0.75
Hex FE 80 BD 0 32 1A 0 14B 62 4B
Octal 376 200 275 0 62 32 0 513 142 113
Binary 11111110 10000000 10111101 0 110010 11010 0 101001011 1100010 1001011

Color Harmonies of #FE80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80BD

Black with #FE80BD

Text Example


Text Example

White with #FE80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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