Html Css Color HEX #FE85B9 Persian Pink

📋 copy color: '#FE85B9'

red 254 ◦ green 133 ◦ blue 185

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

Shades of Persian Pink #FE85B9

Tints of Persian Pink #FE85B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.25%

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

R = 44.41%
G = 23.25%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE85B9 (or 0xFE85B9) is known color: Persian Pink. HEX triplet: FE, 85 and B9. RGB value is (254,133,185). Sum of RGB (Red+Green+Blue) = 254+133+185=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85B9 is #017A46. Grayscale: #AFAFAF. Windows color (decimal): -96839 or 12158462. OLE color: 12158462.

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

Color convert

RGB 254 133 185 -
CMYK 0 0.48 0.27 0.00
HSL 334.21º 0.98% 0.76% -
HSV(B) 334.21º 0.48% 1% -
XYZ 58.02 41.35 50.82 -
YUV 175.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 254 133 185 0 0.48 0.27 0.00 334.21 0.98 0.76
Hex FE 85 B9 0 30 1B 0 14E 62 4C
Octal 376 205 271 0 60 33 0 516 142 114
Binary 11111110 10000101 10111001 0 110000 11011 0 101001110 1100010 1001100

Color Harmonies of #FE85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85B9

Black with #FE85B9

Text Example


Text Example

White with #FE85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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