#FF7EBE

Color #FF7EBE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FF7EBE

Tints of Persian Pink #FF7EBE

Color information

#FF7EBE (or 0xFF7EBE) is unknown color: approx Persian Pink. HEX triplet: FF, 7E and BE. RGB value is (255,126,190). Sum of RGB (Red+Green+Blue) = 255+126+190=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EBE is #008141. Grayscale: #ABABAB. Windows color (decimal): -33090 or 12484351. OLE color: 12484351.

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

Color convert

RGB255126190-
CMYK00.510.250
HSL330.23º100%74.71%-
HSV(B)330.23º50.59%100%-
XYZ5839.953.36-
YUV171.87138.24187.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=44.66%
G=22.07%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512619000.510.250330.2310074.71
HexFF7EBE03319014a644b
Octal377176276063310512144113
Binary11111111111111010111110011001111001010100101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7EBE; }

 p { color: rgb(255,126,190); }

 H1.HeaderClassName
 {
   color: #FF7EBE;
 }
 .AnyTagClassName
 {
   color: #FF7EBE;
 }
</style>
background-color css

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

 a { background-color: rgb(255,126,190); }

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

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

 span { border-color: rgb(255,126,190); }

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