#FA91C8

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

Shades of Tea Rose #FA91C8

Tints of Tea Rose #FA91C8

Color information

#FA91C8 (or 0xFA91C8) is unknown color: approx Tea Rose. HEX triplet: FA, 91 and C8. RGB value is (250,145,200). Sum of RGB (Red+Green+Blue) = 250+145+200=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91C8 is #056E37. Grayscale: #B6B6B6. Windows color (decimal): -355896 or 13144570. OLE color: 13144570.

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

Color convert

RGB250145200-
CMYK00.420.20.02
HSL328.57º91.3%77.45%-
HSV(B)328.57º42%98.04%-
XYZ59.9844.7460.12-
YUV182.67137.79176.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 145 (57.03% from 255) = 24.37%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=42.02%
G=24.37%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014520000.420.20.02328.5791.377.45
HexFA91C802A1421495b4d
Octal372221310052242511133115
Binary1111101010010001110010000101010101001010100100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91C8; }

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

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

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

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

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

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

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

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