#FA91BF

Color #FA91BF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA91BF

Tints of Tea Rose #FA91BF

Color information

#FA91BF (or 0xFA91BF) is unknown color: approx Tea Rose. HEX triplet: FA, 91 and BF. RGB value is (250,145,191). Sum of RGB (Red+Green+Blue) = 250+145+191=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91BF is #056E40. Grayscale: #B5B5B5. Windows color (decimal): -355905 or 12554746. OLE color: 12554746.

HSL color Cylindrical-coordinate representation of color #FA91BF: hue angle of 333.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91BF is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250145191-
CMYK00.420.240.02
HSL333.71º91.3%77.45%-
HSV(B)333.71º42%98.04%-
XYZ58.9544.3454.74-
YUV181.64133.29176.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 191 (75% from 255) = 32.59%
R=42.66%
G=24.74%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014519100.420.240.02333.7191.377.45
HexFA91BF02A18214e5b4d
Octal372221277052302516133115
Binary1111101010010001101111110101010110001010100111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91BF; }

 p { color: rgb(250,145,191); }

 H1.HeaderClassName
 {
   color: #FA91BF;
 }
 .AnyTagClassName
 {
   color: #FA91BF;
 }
</style>
background-color css

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

 a { background-color: rgb(250,145,191); }

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

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

 span { border-color: rgb(250,145,191); }

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