Html Css Color HEX #FE89B9 Persian Pink

📋 copy color: '#FE89B9'

red 254 ◦ green 137 ◦ blue 185

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

Shades of Persian Pink #FE89B9

Tints of Persian Pink #FE89B9

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.78%

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 44.1%
G = 23.78%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE89B9 (or 0xFE89B9) is known color: Persian Pink. HEX triplet: FE, 89 and B9. RGB value is (254,137,185). Sum of RGB (Red+Green+Blue) = 254+137+185=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89B9 is #017646. Grayscale: #B1B1B1. Windows color (decimal): -95815 or 12159486. OLE color: 12159486.

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

Color convert

RGB 254 137 185 -
CMYK 0 0.46 0.27 0.00
HSL 335.38º 0.98% 0.77% -
HSV(B) 335.38º 0.46% 1% -
XYZ 58.58 42.46 51.01 -
YUV 177.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 254 137 185 0 0.46 0.27 0.00 335.38 0.98 0.77
Hex FE 89 B9 0 2E 1B 0 14F 62 4D
Octal 376 211 271 0 56 33 0 517 142 115
Binary 11111110 10001001 10111001 0 101110 11011 0 101001111 1100010 1001101

Color Harmonies of #FE89B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89B9

Black with #FE89B9

Text Example


Text Example

White with #FE89B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89B9; }

 p { color: rgb(254,137,185); }

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

background-color css

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

 a { background-color: rgb(254,137,185); }

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

border-color css

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

 span { border-color: rgb(254,137,185); }

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