Html Css Color HEX #FE82BC Persian Pink

📋 copy color: '#FE82BC'

red 254 ◦ green 130 ◦ blue 188

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

Shades of Persian Pink #FE82BC

Tints of Persian Pink #FE82BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.87%

R = 44.41%
G = 22.73%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE82BC (or 0xFE82BC) is known color: Persian Pink. HEX triplet: FE, 82 and BC. RGB value is (254,130,188). Sum of RGB (Red+Green+Blue) = 254+130+188=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82BC is #017D43. Grayscale: #ADADAD. Windows color (decimal): -97604 or 12354302. OLE color: 12354302.

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

Color convert

RGB 254 130 188 -
CMYK 0 0.49 0.26 0.00
HSL 331.94º 0.98% 0.75% -
HSV(B) 331.94º 0.49% 1% -
XYZ 57.93 40.67 52.37 -
YUV 173.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 254 130 188 0 0.49 0.26 0.00 331.94 0.98 0.75
Hex FE 82 BC 0 31 1A 0 14C 62 4B
Octal 376 202 274 0 61 32 0 514 142 113
Binary 11111110 10000010 10111100 0 110001 11010 0 101001100 1100010 1001011

Color Harmonies of #FE82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82BC

Black with #FE82BC

Text Example


Text Example

White with #FE82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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