#FB7BB6

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

Shades of Persian Pink #FB7BB6

Tints of Persian Pink #FB7BB6

Color information

#FB7BB6 (or 0xFB7BB6) is unknown color: approx Persian Pink. HEX triplet: FB, 7B and B6. RGB value is (251,123,182). Sum of RGB (Red+Green+Blue) = 251+123+182=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BB6 is #048449. Grayscale: #A7A7A7. Windows color (decimal): -296010 or 11959291. OLE color: 11959291.

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

Color convert

RGB251123182-
CMYK00.510.270.02
HSL332.34º94.12%73.33%-
HSV(B)332.34º51%98.43%-
XYZ55.3138.0548.69-
YUV168135.91187.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.14%
GREEN value IS 123 (48.44% from 255) = 22.12%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=45.14%
G=22.12%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112318200.510.270.02332.3494.1273.33
HexFB7BB60331B214c5e49
Octal373173266063332514136111
Binary111110111111011101101100110011110111010100110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7BB6; }

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

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

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

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

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

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

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

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