Html Css Color HEX #FA86BB Persian Pink

📋 copy color: '#FA86BB'

red 250 ◦ green 134 ◦ blue 187

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

Shades of Persian Pink #FA86BB

Tints of Persian Pink #FA86BB

RGB

 RED value IS 250 (98.05% from 255) = 43.78%

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

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

R = 43.78%
G = 23.47%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA86BB (or 0xFA86BB) is known color: Persian Pink. HEX triplet: FA, 86 and BB. RGB value is (250,134,187). Sum of RGB (Red+Green+Blue) = 250+134+187=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86BB is #057944. Grayscale: #AEAEAE. Windows color (decimal): -358725 or 12289786. OLE color: 12289786.

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

Color convert

RGB 250 134 187 -
CMYK 0 0.46 0.25 0.02
HSL 332.59º 0.92% 0.75% -
HSV(B) 332.59º 0.46% 0.98% -
XYZ 56.92 40.96 51.92 -
YUV 174.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 250 134 187 0 0.46 0.25 0.02 332.59 0.92 0.75
Hex FA 86 BB 0 2E 19 2 14D 5C 4B
Octal 372 206 273 0 56 31 2 515 134 113
Binary 11111010 10000110 10111011 0 101110 11001 10 101001101 1011100 1001011

Color Harmonies of #FA86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86BB

Black with #FA86BB

Text Example


Text Example

White with #FA86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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