Html Css Color HEX #FE83BA Persian Pink

📋 copy color: '#FE83BA'

red 254 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #FE83BA

Tints of Persian Pink #FE83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.94%

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

R = 44.48%
G = 22.94%
B = 32.57%

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

#FE83BA (or 0xFE83BA) is known color: Persian Pink. HEX triplet: FE, 83 and BA. RGB value is (254,131,186). Sum of RGB (Red+Green+Blue) = 254+131+186=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83BA is #017C45. Grayscale: #ADADAD. Windows color (decimal): -97350 or 12223486. OLE color: 12223486.

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

Color convert

RGB 254 131 186 -
CMYK 0 0.48 0.27 0.00
HSL 333.17º 0.98% 0.75% -
HSV(B) 333.17º 0.48% 1% -
XYZ 57.85 40.85 51.29 -
YUV 174.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 254 131 186 0 0.48 0.27 0.00 333.17 0.98 0.75
Hex FE 83 BA 0 30 1B 0 14D 62 4B
Octal 376 203 272 0 60 33 0 515 142 113
Binary 11111110 10000011 10111010 0 110000 11011 0 101001101 1100010 1001011

Color Harmonies of #FE83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83BA

Black with #FE83BA

Text Example


Text Example

White with #FE83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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