Html Css Color HEX #FA86B7 Persian Pink

📋 copy color: '#FA86B7'

red 250 ◦ green 134 ◦ blue 183

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

Shades of Persian Pink #FA86B7

Tints of Persian Pink #FA86B7

RGB

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

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

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

R = 44.09%
G = 23.63%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA86B7 (or 0xFA86B7) is known color: Persian Pink. HEX triplet: FA, 86 and B7. RGB value is (250,134,183). Sum of RGB (Red+Green+Blue) = 250+134+183=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86B7 is #057948. Grayscale: #AEAEAE. Windows color (decimal): -358729 or 12027642. OLE color: 12027642.

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

Color convert

RGB 250 134 183 -
CMYK 0 0.46 0.27 0.02
HSL 334.66º 0.92% 0.75% -
HSV(B) 334.66º 0.46% 0.98% -
XYZ 56.5 40.79 49.7 -
YUV 174.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 250 134 183 0 0.46 0.27 0.02 334.66 0.92 0.75
Hex FA 86 B7 0 2E 1B 2 14F 5C 4B
Octal 372 206 267 0 56 33 2 517 134 113
Binary 11111010 10000110 10110111 0 101110 11011 10 101001111 1011100 1001011

Color Harmonies of #FA86B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86B7

Black with #FA86B7

Text Example


Text Example

White with #FA86B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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