Html Css Color HEX #FB86BB Persian Pink

📋 copy color: '#FB86BB'

red 251 ◦ green 134 ◦ blue 187

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

Shades of Persian Pink #FB86BB

Tints of Persian Pink #FB86BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 43.88%
G = 23.43%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB86BB (or 0xFB86BB) is known color: Persian Pink. HEX triplet: FB, 86 and BB. RGB value is (251,134,187). Sum of RGB (Red+Green+Blue) = 251+134+187=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86BB is #047944. Grayscale: #AEAEAE. Windows color (decimal): -293189 or 12289787. OLE color: 12289787.

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

Color convert

RGB 251 134 187 -
CMYK 0 0.47 0.25 0.02
HSL 332.82º 0.94% 0.75% -
HSV(B) 332.82º 0.47% 0.98% -
XYZ 57.28 41.15 51.94 -
YUV 175.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 251 134 187 0 0.47 0.25 0.02 332.82 0.94 0.75
Hex FB 86 BB 0 2F 19 2 14D 5E 4B
Octal 373 206 273 0 57 31 2 515 136 113
Binary 11111011 10000110 10111011 0 101111 11001 10 101001101 1011110 1001011

Color Harmonies of #FB86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB86BB

Black with #FB86BB

Text Example


Text Example

White with #FB86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB86BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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