Html Css Color HEX #FB7CB2 Persian Pink

📋 copy color: '#FB7CB2'

red 251 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #FB7CB2

Tints of Persian Pink #FB7CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.42%

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

R = 45.39%
G = 22.42%
B = 32.19%

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

#FB7CB2 (or 0xFB7CB2) is known color: Persian Pink. HEX triplet: FB, 7C and B2. RGB value is (251,124,178). Sum of RGB (Red+Green+Blue) = 251+124+178=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7CB2 is #04834D. Grayscale: #A8A8A8. Windows color (decimal): -295758 or 11697403. OLE color: 11697403.

HSL color Cylindrical-coordinate representation of color #FB7CB2: hue angle of 334.49º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CB2 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 124 178 -
CMYK 0 0.51 0.29 0.02
HSL 334.49º 0.94% 0.74% -
HSV(B) 334.49º 0.51% 0.98% -
XYZ 55.03 38.14 46.58 -
YUV 168.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 251 124 178 0 0.51 0.29 0.02 334.49 0.94 0.74
Hex FB 7C B2 0 33 1D 2 14E 5E 4A
Octal 373 174 262 0 63 35 2 516 136 112
Binary 11111011 1111100 10110010 0 110011 11101 10 101001110 1011110 1001010

Color Harmonies of #FB7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CB2

Black with #FB7CB2

Text Example


Text Example

White with #FB7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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