Html Css Color HEX #FB82B8 Persian Pink

📋 copy color: '#FB82B8'

red 251 ◦ green 130 ◦ blue 184

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

Shades of Persian Pink #FB82B8

Tints of Persian Pink #FB82B8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.01%

 BLUE value IS 184 (72.27% from 255) = 32.57%

R = 44.42%
G = 23.01%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB82B8 (or 0xFB82B8) is known color: Persian Pink. HEX triplet: FB, 82 and B8. RGB value is (251,130,184). Sum of RGB (Red+Green+Blue) = 251+130+184=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82B8 is #047D47. Grayscale: #ACACAC. Windows color (decimal): -294216 or 12092155. OLE color: 12092155.

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

Color convert

RGB 251 130 184 -
CMYK 0 0.48 0.27 0.02
HSL 333.22º 0.94% 0.75% -
HSV(B) 333.22º 0.48% 0.98% -
XYZ 56.42 39.94 50.08 -
YUV 172.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 251 130 184 0 0.48 0.27 0.02 333.22 0.94 0.75
Hex FB 82 B8 0 30 1B 2 14D 5E 4B
Octal 373 202 270 0 60 33 2 515 136 113
Binary 11111011 10000010 10111000 0 110000 11011 10 101001101 1011110 1001011

Color Harmonies of #FB82B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB82B8

Black with #FB82B8

Text Example


Text Example

White with #FB82B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB82B8; }

 p { color: rgb(251,130,184); }

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

background-color css

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

 a { background-color: rgb(251,130,184); }

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

border-color css

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

 span { border-color: rgb(251,130,184); }

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