Html Css Color HEX #FE85B7 Persian Pink

📋 copy color: '#FE85B7'

red 254 ◦ green 133 ◦ blue 183

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

Shades of Persian Pink #FE85B7

Tints of Persian Pink #FE85B7

RGB

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

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

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

R = 44.56%
G = 23.33%
B = 32.11%

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

#FE85B7 (or 0xFE85B7) is known color: Persian Pink. HEX triplet: FE, 85 and B7. RGB value is (254,133,183). Sum of RGB (Red+Green+Blue) = 254+133+183=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85B7 is #017A48. Grayscale: #AEAEAE. Windows color (decimal): -96841 or 12027390. OLE color: 12027390.

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

Color convert

RGB 254 133 183 -
CMYK 0 0.48 0.28 0.00
HSL 335.21º 0.98% 0.76% -
HSV(B) 335.21º 0.48% 1% -
XYZ 57.81 41.26 49.72 -
YUV 174.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 254 133 183 0 0.48 0.28 0.00 335.21 0.98 0.76
Hex FE 85 B7 0 30 1C 0 14F 62 4C
Octal 376 205 267 0 60 34 0 517 142 114
Binary 11111110 10000101 10110111 0 110000 11100 0 101001111 1100010 1001100

Color Harmonies of #FE85B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85B7

Black with #FE85B7

Text Example


Text Example

White with #FE85B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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