Html Css Color HEX #FB86B7 Persian Pink

📋 copy color: '#FB86B7'

red 251 ◦ green 134 ◦ blue 183

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

Shades of Persian Pink #FB86B7

Tints of Persian Pink #FB86B7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.59%

 BLUE value IS 183 (71.88% from 255) = 32.22%

R = 44.19%
G = 23.59%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB86B7 (or 0xFB86B7) is known color: Persian Pink. HEX triplet: FB, 86 and B7. RGB value is (251,134,183). Sum of RGB (Red+Green+Blue) = 251+134+183=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86B7 is #047948. Grayscale: #AEAEAE. Windows color (decimal): -293193 or 12027643. OLE color: 12027643.

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

Color convert

RGB 251 134 183 -
CMYK 0 0.47 0.27 0.02
HSL 334.87º 0.94% 0.75% -
HSV(B) 334.87º 0.47% 0.98% -
XYZ 56.86 40.98 49.71 -
YUV 174.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 251 134 183 0 0.47 0.27 0.02 334.87 0.94 0.75
Hex FB 86 B7 0 2F 1B 2 14F 5E 4B
Octal 373 206 267 0 57 33 2 517 136 113
Binary 11111011 10000110 10110111 0 101111 11011 10 101001111 1011110 1001011

Color Harmonies of #FB86B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB86B7

Black with #FB86B7

Text Example


Text Example

White with #FB86B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB86B7; }

 p { color: rgb(251,134,183); }

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

background-color css

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

 a { background-color: rgb(251,134,183); }

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

border-color css

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

 span { border-color: rgb(251,134,183); }

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