Html Css Color HEX #FB7AB2 Persian Pink

📋 copy color: '#FB7AB2'

red 251 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #FB7AB2

Tints of Persian Pink #FB7AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.3%

R = 45.55%
G = 22.14%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB7AB2 (or 0xFB7AB2) is known color: Persian Pink. HEX triplet: FB, 7A and B2. RGB value is (251,122,178). Sum of RGB (Red+Green+Blue) = 251+122+178=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7AB2 is #04854D. Grayscale: #A6A6A6. Windows color (decimal): -296270 or 11696891. OLE color: 11696891.

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

Color convert

RGB 251 122 178 -
CMYK 0 0.51 0.29 0.02
HSL 333.95º 0.94% 0.73% -
HSV(B) 333.95º 0.51% 0.98% -
XYZ 54.78 37.64 46.5 -
YUV 166.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 251 122 178 0 0.51 0.29 0.02 333.95 0.94 0.73
Hex FB 7A B2 0 33 1D 2 14E 5E 49
Octal 373 172 262 0 63 35 2 516 136 111
Binary 11111011 1111010 10110010 0 110011 11101 10 101001110 1011110 1001001

Color Harmonies of #FB7AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7AB2

Black with #FB7AB2

Text Example


Text Example

White with #FB7AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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