#FB7AB4

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

Shades of Persian Pink #FB7AB4

Tints of Persian Pink #FB7AB4

Color information

#FB7AB4 (or 0xFB7AB4) is unknown color: approx Persian Pink. HEX triplet: FB, 7A and B4. RGB value is (251,122,180). Sum of RGB (Red+Green+Blue) = 251+122+180=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AB4 is #04854B. Grayscale: #A7A7A7. Windows color (decimal): -296268 or 11827963. OLE color: 11827963.

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

Color convert

RGB251122180-
CMYK00.510.280.02
HSL333.02º94.16%73.14%-
HSV(B)333.02º51.39%98.43%-
XYZ54.9837.7247.56-
YUV167.18135.24187.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=45.39%
G=22.06%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112218000.510.280.02333.0294.1673.14
HexFB7AB40331C214d5e49
Octal373172264063342515136111
Binary111110111111010101101000110011111001010100110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7AB4; }

 p { color: rgb(251,122,180); }

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

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

 a { background-color: rgb(251,122,180); }

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

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

 span { border-color: rgb(251,122,180); }

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