Html Css Color HEX #FB7AB8 Persian Pink

📋 copy color: '#FB7AB8'

red 251 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #FB7AB8

Tints of Persian Pink #FB7AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.03%

R = 45.06%
G = 21.9%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB7AB8 (or 0xFB7AB8) is known color: Persian Pink. HEX triplet: FB, 7A and B8. RGB value is (251,122,184). Sum of RGB (Red+Green+Blue) = 251+122+184=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AB8 is #048547. Grayscale: #A7A7A7. Windows color (decimal): -296264 or 12090107. OLE color: 12090107.

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

Color convert

RGB 251 122 184 -
CMYK 0 0.51 0.27 0.02
HSL 331.16º 0.94% 0.73% -
HSV(B) 331.16º 0.51% 0.98% -
XYZ 55.39 37.89 49.74 -
YUV 167.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 251 122 184 0 0.51 0.27 0.02 331.16 0.94 0.73
Hex FB 7A B8 0 33 1B 2 14B 5E 49
Octal 373 172 270 0 63 33 2 513 136 111
Binary 11111011 1111010 10111000 0 110011 11011 10 101001011 1011110 1001001

Color Harmonies of #FB7AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7AB8

Black with #FB7AB8

Text Example


Text Example

White with #FB7AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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