#FF7EBD

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

Shades of Persian Pink #FF7EBD

Tints of Persian Pink #FF7EBD

Color information

#FF7EBD (or 0xFF7EBD) is unknown color: approx Persian Pink. HEX triplet: FF, 7E and BD. RGB value is (255,126,189). Sum of RGB (Red+Green+Blue) = 255+126+189=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EBD is #008142. Grayscale: #ABABAB. Windows color (decimal): -33091 or 12418815. OLE color: 12418815.

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

Color convert

RGB255126189-
CMYK00.510.260
HSL330.7º100%74.71%-
HSV(B)330.7º50.59%100%-
XYZ57.8939.8652.79-
YUV171.75137.74187.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 126 (49.61% from 255) = 22.11%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=44.74%
G=22.11%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512618900.510.260330.710074.71
HexFF7EBD0331A014b644b
Octal377176275063320513144113
Binary11111111111111010111101011001111010010100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7EBD; }

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

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

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

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

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

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

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

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