Html Css Color HEX #FB7BBC Persian Pink

📋 copy color: '#FB7BBC'

red 251 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #FB7BBC

Tints of Persian Pink #FB7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.45%

R = 44.66%
G = 21.89%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB7BBC (or 0xFB7BBC) is known color: Persian Pink. HEX triplet: FB, 7B and BC. RGB value is (251,123,188). Sum of RGB (Red+Green+Blue) = 251+123+188=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BBC is #048443. Grayscale: #A8A8A8. Windows color (decimal): -296004 or 12352507. OLE color: 12352507.

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

Color convert

RGB 251 123 188 -
CMYK 0 0.51 0.25 0.02
HSL 329.53º 0.94% 0.73% -
HSV(B) 329.53º 0.51% 0.98% -
XYZ 55.94 38.31 52.02 -
YUV 168.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 251 123 188 0 0.51 0.25 0.02 329.53 0.94 0.73
Hex FB 7B BC 0 33 19 2 14A 5E 49
Octal 373 173 274 0 63 31 2 512 136 111
Binary 11111011 1111011 10111100 0 110011 11001 10 101001010 1011110 1001001

Color Harmonies of #FB7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7BBC

Black with #FB7BBC

Text Example


Text Example

White with #FB7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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