Html Css Color HEX #FA86B5 Persian Pink

📋 copy color: '#FA86B5'

red 250 ◦ green 134 ◦ blue 181

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

Shades of Persian Pink #FA86B5

Tints of Persian Pink #FA86B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.04%

R = 44.25%
G = 23.72%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA86B5 (or 0xFA86B5) is known color: Persian Pink. HEX triplet: FA, 86 and B5. RGB value is (250,134,181). Sum of RGB (Red+Green+Blue) = 250+134+181=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86B5 is #05794A. Grayscale: #ADADAD. Windows color (decimal): -358731 or 11896570. OLE color: 11896570.

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

Color convert

RGB 250 134 181 -
CMYK 0 0.46 0.28 0.02
HSL 335.69º 0.92% 0.75% -
HSV(B) 335.69º 0.46% 0.98% -
XYZ 56.29 40.71 48.61 -
YUV 174.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 250 134 181 0 0.46 0.28 0.02 335.69 0.92 0.75
Hex FA 86 B5 0 2E 1C 2 150 5C 4B
Octal 372 206 265 0 56 34 2 520 134 113
Binary 11111010 10000110 10110101 0 101110 11100 10 101010000 1011100 1001011

Color Harmonies of #FA86B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86B5

Black with #FA86B5

Text Example


Text Example

White with #FA86B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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