Html Css Color HEX #FA86BA Persian Pink

📋 copy color: '#FA86BA'

red 250 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #FA86BA

Tints of Persian Pink #FA86BA

RGB

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

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

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

R = 43.86%
G = 23.51%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA86BA (or 0xFA86BA) is known color: Persian Pink. HEX triplet: FA, 86 and BA. RGB value is (250,134,186). Sum of RGB (Red+Green+Blue) = 250+134+186=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86BA is #057945. Grayscale: #AEAEAE. Windows color (decimal): -358726 or 12224250. OLE color: 12224250.

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

Color convert

RGB 250 134 186 -
CMYK 0 0.46 0.26 0.02
HSL 333.1º 0.92% 0.75% -
HSV(B) 333.1º 0.46% 0.98% -
XYZ 56.81 40.92 51.36 -
YUV 174.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 250 134 186 0 0.46 0.26 0.02 333.1 0.92 0.75
Hex FA 86 BA 0 2E 1A 2 14D 5C 4B
Octal 372 206 272 0 56 32 2 515 134 113
Binary 11111010 10000110 10111010 0 101110 11010 10 101001101 1011100 1001011

Color Harmonies of #FA86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86BA

Black with #FA86BA

Text Example


Text Example

White with #FA86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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