Html Css Color HEX #FB7AB9 Persian Pink

📋 copy color: '#FB7AB9'

red 251 ◦ green 122 ◦ blue 185

#FB7AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FB7AB9

Tints of Persian Pink #FB7AB9

RGB

 RED value IS 251 (98.44% from 255) = 44.98%

 GREEN value IS 122 (48.05% from 255) = 21.86%

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 44.98%
G = 21.86%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB7AB9 (or 0xFB7AB9) is known color: Persian Pink. HEX triplet: FB, 7A and B9. RGB value is (251,122,185). Sum of RGB (Red+Green+Blue) = 251+122+185=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AB9 is #048546. Grayscale: #A7A7A7. Windows color (decimal): -296263 or 12155643. OLE color: 12155643.

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

Color convert

RGB 251 122 185 -
CMYK 0 0.51 0.26 0.02
HSL 330.7º 0.94% 0.73% -
HSV(B) 330.7º 0.51% 0.98% -
XYZ 55.5 37.93 50.3 -
YUV 167.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 251 122 185 0 0.51 0.26 0.02 330.7 0.94 0.73
Hex FB 7A B9 0 33 1A 2 14B 5E 49
Octal 373 172 271 0 63 32 2 513 136 111
Binary 11111011 1111010 10111001 0 110011 11010 10 101001011 1011110 1001001

Color Harmonies of #FB7AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7AB9

Black with #FB7AB9

Text Example


Text Example

White with #FB7AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7AB9; }

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

 H1.HeaderClassName
 {
   color: #FB7AB9;
 }
 .AnyTagClassName
 {
   color: #FB7AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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