Html Css Color HEX #FE84B7 Persian Pink

📋 copy color: '#FE84B7'

red 254 ◦ green 132 ◦ blue 183

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

Shades of Persian Pink #FE84B7

Tints of Persian Pink #FE84B7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.2%

 BLUE value IS 183 (71.88% from 255) = 32.16%

R = 44.64%
G = 23.2%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE84B7 (or 0xFE84B7) is known color: Persian Pink. HEX triplet: FE, 84 and B7. RGB value is (254,132,183). Sum of RGB (Red+Green+Blue) = 254+132+183=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84B7 is #017B48. Grayscale: #AEAEAE. Windows color (decimal): -97097 or 12027134. OLE color: 12027134.

HSL color Cylindrical-coordinate representation of color #FE84B7: hue angle of 334.92º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE84B7 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 132 183 -
CMYK 0 0.48 0.28 0.00
HSL 334.92º 0.98% 0.76% -
HSV(B) 334.92º 0.48% 1% -
XYZ 57.67 40.99 49.67 -
YUV 174.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 254 132 183 0 0.48 0.28 0.00 334.92 0.98 0.76
Hex FE 84 B7 0 30 1C 0 14F 62 4C
Octal 376 204 267 0 60 34 0 517 142 114
Binary 11111110 10000100 10110111 0 110000 11100 0 101001111 1100010 1001100

Color Harmonies of #FE84B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE84B7

Black with #FE84B7

Text Example


Text Example

White with #FE84B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE84B7; }

 p { color: rgb(254,132,183); }

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

background-color css

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

 a { background-color: rgb(254,132,183); }

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

border-color css

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

 span { border-color: rgb(254,132,183); }

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