Html Css Color HEX #FE7EBA Persian Pink

📋 copy color: '#FE7EBA'

red 254 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #FE7EBA

Tints of Persian Pink #FE7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.26%

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

R = 44.88%
G = 22.26%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE7EBA (or 0xFE7EBA) is known color: Persian Pink. HEX triplet: FE, 7E and BA. RGB value is (254,126,186). Sum of RGB (Red+Green+Blue) = 254+126+186=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EBA is #018145. Grayscale: #ABABAB. Windows color (decimal): -98630 or 12222206. OLE color: 12222206.

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

Color convert

RGB 254 126 186 -
CMYK 0 0.50 0.27 0.00
HSL 331.88º 0.98% 0.75% -
HSV(B) 331.88º 0.5% 1% -
XYZ 57.2 39.54 51.07 -
YUV 171.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 254 126 186 0 0.50 0.27 0.00 331.88 0.98 0.75
Hex FE 7E BA 0 32 1B 0 14C 62 4B
Octal 376 176 272 0 62 33 0 514 142 113
Binary 11111110 1111110 10111010 0 110010 11011 0 101001100 1100010 1001011

Color Harmonies of #FE7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7EBA

Black with #FE7EBA

Text Example


Text Example

White with #FE7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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