Html Css Color HEX #FB7DB6 Persian Pink

📋 copy color: '#FB7DB6'

red 251 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #FB7DB6

Tints of Persian Pink #FB7DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.4%

 BLUE value IS 182 (71.48% from 255) = 32.62%

R = 44.98%
G = 22.4%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB7DB6 (or 0xFB7DB6) is known color: Persian Pink. HEX triplet: FB, 7D and B6. RGB value is (251,125,182). Sum of RGB (Red+Green+Blue) = 251+125+182=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DB6 is #048249. Grayscale: #A9A9A9. Windows color (decimal): -295498 or 11959803. OLE color: 11959803.

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

Color convert

RGB 251 125 182 -
CMYK 0 0.50 0.27 0.02
HSL 332.86º 0.94% 0.74% -
HSV(B) 332.86º 0.5% 0.98% -
XYZ 55.56 38.55 48.77 -
YUV 169.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 251 125 182 0 0.50 0.27 0.02 332.86 0.94 0.74
Hex FB 7D B6 0 32 1B 2 14D 5E 4A
Octal 373 175 266 0 62 33 2 515 136 112
Binary 11111011 1111101 10110110 0 110010 11011 10 101001101 1011110 1001010

Color Harmonies of #FB7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DB6

Black with #FB7DB6

Text Example


Text Example

White with #FB7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DB6; }

 p { color: rgb(251,125,182); }

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

background-color css

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

 a { background-color: rgb(251,125,182); }

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

border-color css

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

 span { border-color: rgb(251,125,182); }

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