Html Css Color HEX #FE82BE Persian Pink

📋 copy color: '#FE82BE'

red 254 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #FE82BE

Tints of Persian Pink #FE82BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.65%

 BLUE value IS 190 (74.61% from 255) = 33.1%

R = 44.25%
G = 22.65%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE82BE (or 0xFE82BE) is known color: Persian Pink. HEX triplet: FE, 82 and BE. RGB value is (254,130,190). Sum of RGB (Red+Green+Blue) = 254+130+190=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82BE is #017D41. Grayscale: #ADADAD. Windows color (decimal): -97602 or 12485374. OLE color: 12485374.

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

Color convert

RGB 254 130 190 -
CMYK 0 0.49 0.25 0.00
HSL 330.97º 0.98% 0.75% -
HSV(B) 330.97º 0.49% 1% -
XYZ 58.15 40.75 53.52 -
YUV 173.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 254 130 190 0 0.49 0.25 0.00 330.97 0.98 0.75
Hex FE 82 BE 0 31 19 0 14B 62 4B
Octal 376 202 276 0 61 31 0 513 142 113
Binary 11111110 10000010 10111110 0 110001 11001 0 101001011 1100010 1001011

Color Harmonies of #FE82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82BE

Black with #FE82BE

Text Example


Text Example

White with #FE82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82BE; }

 p { color: rgb(254,130,190); }

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

background-color css

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

 a { background-color: rgb(254,130,190); }

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

border-color css

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

 span { border-color: rgb(254,130,190); }

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