#FB7EBC

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

Shades of Persian Pink #FB7EBC

Tints of Persian Pink #FB7EBC

Color information

#FB7EBC (or 0xFB7EBC) is unknown color: approx Persian Pink. HEX triplet: FB, 7E and BC. RGB value is (251,126,188). Sum of RGB (Red+Green+Blue) = 251+126+188=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EBC is #048143. Grayscale: #AAAAAA. Windows color (decimal): -295236 or 12353275. OLE color: 12353275.

HSL color Cylindrical-coordinate representation of color #FB7EBC: hue angle of 330.24º 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 #FB7EBC is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251126188-
CMYK00.500.250.02
HSL330.24º93.98%73.92%-
HSV(B)330.24º49.8%98.43%-
XYZ56.3239.0652.15-
YUV170.44137.91185.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=44.42%
G=22.30%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112618800.500.250.02330.2493.9873.92
HexFB7EBC03219214a5e4a
Octal373176274062312512136112
Binary111110111111110101111000110010110011010100101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7EBC; }

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

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

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

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

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

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

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

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