#FB7BC0

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

Shades of Persian Pink #FB7BC0

Tints of Persian Pink #FB7BC0

Color information

#FB7BC0 (or 0xFB7BC0) is unknown color: approx Persian Pink. HEX triplet: FB, 7B and C0. RGB value is (251,123,192). Sum of RGB (Red+Green+Blue) = 251+123+192=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BC0 is #04843F. Grayscale: #A8A8A8. Windows color (decimal): -296000 or 12614651. OLE color: 12614651.

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

Color convert

RGB251123192-
CMYK00.510.240.02
HSL327.66º94.12%73.33%-
HSV(B)327.66º51%98.43%-
XYZ56.3838.4854.33-
YUV169.14140.91186.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 123 (48.44% from 255) = 21.73%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=44.35%
G=21.73%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112319200.510.240.02327.6694.1273.33
HexFB7BC00331821485e49
Octal373173300063302510136111
Binary111110111111011110000000110011110001010100100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7BC0; }

 p { color: rgb(251,123,192); }

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

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

 a { background-color: rgb(251,123,192); }

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

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

 span { border-color: rgb(251,123,192); }

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