Html Css Color HEX #FA88BA Persian Pink

📋 copy color: '#FA88BA'

red 250 ◦ green 136 ◦ blue 186

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

Shades of Persian Pink #FA88BA

Tints of Persian Pink #FA88BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.78%

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

R = 43.71%
G = 23.78%
B = 32.52%

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

#FA88BA (or 0xFA88BA) is known color: Persian Pink. HEX triplet: FA, 88 and BA. RGB value is (250,136,186). Sum of RGB (Red+Green+Blue) = 250+136+186=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88BA is #057745. Grayscale: #AFAFAF. Windows color (decimal): -358214 or 12224762. OLE color: 12224762.

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

Color convert

RGB 250 136 186 -
CMYK 0 0.46 0.26 0.02
HSL 333.68º 0.92% 0.76% -
HSV(B) 333.68º 0.46% 0.98% -
XYZ 57.09 41.48 51.45 -
YUV 175.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 250 136 186 0 0.46 0.26 0.02 333.68 0.92 0.76
Hex FA 88 BA 0 2E 1A 2 14E 5C 4C
Octal 372 210 272 0 56 32 2 516 134 114
Binary 11111010 10001000 10111010 0 101110 11010 10 101001110 1011100 1001100

Color Harmonies of #FA88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA88BA

Black with #FA88BA

Text Example


Text Example

White with #FA88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA88BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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