#FF7EBB

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

Shades of Persian Pink #FF7EBB

Tints of Persian Pink #FF7EBB

Color information

#FF7EBB (or 0xFF7EBB) is unknown color: approx Persian Pink. HEX triplet: FF, 7E and BB. RGB value is (255,126,187). Sum of RGB (Red+Green+Blue) = 255+126+187=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EBB is #008144. Grayscale: #ABABAB. Windows color (decimal): -33093 or 12287743. OLE color: 12287743.

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

Color convert

RGB255126187-
CMYK00.510.270
HSL331.63º100%74.71%-
HSV(B)331.63º50.59%100%-
XYZ57.6739.7751.65-
YUV171.52136.74187.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 126 (49.61% from 255) = 22.18%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=44.89%
G=22.18%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512618700.510.270331.6310074.71
HexFF7EBB0331B014c644b
Octal377176273063330514144113
Binary11111111111111010111011011001111011010100110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7EBB; }

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

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

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

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

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

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

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

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