Html Css Color HEX #FE86BA Persian Pink

📋 copy color: '#FE86BA'

red 254 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #FE86BA

Tints of Persian Pink #FE86BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.34%

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

R = 44.25%
G = 23.34%
B = 32.4%

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

#FE86BA (or 0xFE86BA) is known color: Persian Pink. HEX triplet: FE, 86 and BA. RGB value is (254,134,186). Sum of RGB (Red+Green+Blue) = 254+134+186=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86BA is #017945. Grayscale: #AFAFAF. Windows color (decimal): -96582 or 12224254. OLE color: 12224254.

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

Color convert

RGB 254 134 186 -
CMYK 0 0.47 0.27 0.00
HSL 334º 0.98% 0.76% -
HSV(B) 334º 0.47% 1% -
XYZ 58.26 41.67 51.43 -
YUV 175.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 254 134 186 0 0.47 0.27 0.00 334 0.98 0.76
Hex FE 86 BA 0 2F 1B 0 14E 62 4C
Octal 376 206 272 0 57 33 0 516 142 114
Binary 11111110 10000110 10111010 0 101111 11011 0 101001110 1100010 1001100

Color Harmonies of #FE86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE86BA

Black with #FE86BA

Text Example


Text Example

White with #FE86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE86BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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