Html Css Color HEX #FE82BB Persian Pink

📋 copy color: '#FE82BB'

red 254 ◦ green 130 ◦ blue 187

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

Shades of Persian Pink #FE82BB

Tints of Persian Pink #FE82BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 44.48%
G = 22.77%
B = 32.75%

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

#FE82BB (or 0xFE82BB) is known color: Persian Pink. HEX triplet: FE, 82 and BB. RGB value is (254,130,187). Sum of RGB (Red+Green+Blue) = 254+130+187=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82BB is #017D44. Grayscale: #ADADAD. Windows color (decimal): -97605 or 12288766. OLE color: 12288766.

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

Color convert

RGB 254 130 187 -
CMYK 0 0.49 0.26 0.00
HSL 332.42º 0.98% 0.75% -
HSV(B) 332.42º 0.49% 1% -
XYZ 57.83 40.62 51.81 -
YUV 173.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 254 130 187 0 0.49 0.26 0.00 332.42 0.98 0.75
Hex FE 82 BB 0 31 1A 0 14C 62 4B
Octal 376 202 273 0 61 32 0 514 142 113
Binary 11111110 10000010 10111011 0 110001 11010 0 101001100 1100010 1001011

Color Harmonies of #FE82BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82BB

Black with #FE82BB

Text Example


Text Example

White with #FE82BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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