#FB7EBE

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

Shades of Persian Pink #FB7EBE

Tints of Persian Pink #FB7EBE

Color information

#FB7EBE (or 0xFB7EBE) is unknown color: approx Persian Pink. HEX triplet: FB, 7E and BE. RGB value is (251,126,190). Sum of RGB (Red+Green+Blue) = 251+126+190=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EBE is #048141. Grayscale: #AAAAAA. Windows color (decimal): -295234 or 12484347. OLE color: 12484347.

HSL color Cylindrical-coordinate representation of color #FB7EBE: hue angle of 329.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7EBE is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251126190-
CMYK00.500.240.02
HSL329.28º93.98%73.92%-
HSV(B)329.28º49.8%98.43%-
XYZ56.5439.1553.29-
YUV170.67138.91185.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 126 (49.61% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=44.27%
G=22.22%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112619000.500.240.02329.2893.9873.92
HexFB7EBE0321821495e4a
Octal373176276062302511136112
Binary111110111111110101111100110010110001010100100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7EBE; }

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

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

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

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

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

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

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

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