Html Css Color HEX #FE87BA Persian Pink

📋 copy color: '#FE87BA'

red 254 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #FE87BA

Tints of Persian Pink #FE87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.48%

 BLUE value IS 186 (73.05% from 255) = 32.35%

R = 44.17%
G = 23.48%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE87BA (or 0xFE87BA) is known color: Persian Pink. HEX triplet: FE, 87 and BA. RGB value is (254,135,186). Sum of RGB (Red+Green+Blue) = 254+135+186=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87BA is #017845. Grayscale: #B0B0B0. Windows color (decimal): -96326 or 12224510. OLE color: 12224510.

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

Color convert

RGB 254 135 186 -
CMYK 0 0.47 0.27 0.00
HSL 334.29º 0.98% 0.76% -
HSV(B) 334.29º 0.47% 1% -
XYZ 58.4 41.94 51.47 -
YUV 176.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 254 135 186 0 0.47 0.27 0.00 334.29 0.98 0.76
Hex FE 87 BA 0 2F 1B 0 14E 62 4C
Octal 376 207 272 0 57 33 0 516 142 114
Binary 11111110 10000111 10111010 0 101111 11011 0 101001110 1100010 1001100

Color Harmonies of #FE87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE87BA

Black with #FE87BA

Text Example


Text Example

White with #FE87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE87BA; }

 p { color: rgb(254,135,186); }

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

background-color css

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

 a { background-color: rgb(254,135,186); }

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

border-color css

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

 span { border-color: rgb(254,135,186); }

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