Html Css Color HEX #FB7DBA Persian Pink

📋 copy color: '#FB7DBA'

red 251 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #FB7DBA

Tints of Persian Pink #FB7DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.1%

R = 44.66%
G = 22.24%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB7DBA (or 0xFB7DBA) is known color: Persian Pink. HEX triplet: FB, 7D and BA. RGB value is (251,125,186). Sum of RGB (Red+Green+Blue) = 251+125+186=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DBA is #048245. Grayscale: #A9A9A9. Windows color (decimal): -295494 or 12221947. OLE color: 12221947.

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

Color convert

RGB 251 125 186 -
CMYK 0 0.50 0.26 0.02
HSL 330.95º 0.94% 0.74% -
HSV(B) 330.95º 0.5% 0.98% -
XYZ 55.98 38.72 50.98 -
YUV 169.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 251 125 186 0 0.50 0.26 0.02 330.95 0.94 0.74
Hex FB 7D BA 0 32 1A 2 14B 5E 4A
Octal 373 175 272 0 62 32 2 513 136 112
Binary 11111011 1111101 10111010 0 110010 11010 10 101001011 1011110 1001010

Color Harmonies of #FB7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DBA

Black with #FB7DBA

Text Example


Text Example

White with #FB7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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