Html Css Color HEX #FB7BBE Persian Pink

📋 copy color: '#FB7BBE'

red 251 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #FB7BBE

Tints of Persian Pink #FB7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.81%

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 44.5%
G = 21.81%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB7BBE (or 0xFB7BBE) is known color: Persian Pink. HEX triplet: FB, 7B and BE. RGB value is (251,123,190). Sum of RGB (Red+Green+Blue) = 251+123+190=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BBE is #048441. Grayscale: #A8A8A8. Windows color (decimal): -296002 or 12483579. OLE color: 12483579.

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

Color convert

RGB 251 123 190 -
CMYK 0 0.51 0.24 0.02
HSL 328.59º 0.94% 0.73% -
HSV(B) 328.59º 0.51% 0.98% -
XYZ 56.16 38.39 53.17 -
YUV 168.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 251 123 190 0 0.51 0.24 0.02 328.59 0.94 0.73
Hex FB 7B BE 0 33 18 2 149 5E 49
Octal 373 173 276 0 63 30 2 511 136 111
Binary 11111011 1111011 10111110 0 110011 11000 10 101001001 1011110 1001001

Color Harmonies of #FB7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7BBE

Black with #FB7BBE

Text Example


Text Example

White with #FB7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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