#FA8AC6

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

Shades of Tea Rose #FA8AC6

Tints of Tea Rose #FA8AC6

Color information

#FA8AC6 (or 0xFA8AC6) is unknown color: approx Tea Rose. HEX triplet: FA, 8A and C6. RGB value is (250,138,198). Sum of RGB (Red+Green+Blue) = 250+138+198=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AC6 is #057539. Grayscale: #B2B2B2. Windows color (decimal): -357690 or 13011706. OLE color: 13011706.

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

Color convert

RGB250138198-
CMYK00.450.210.02
HSL327.86º91.8%76.08%-
HSV(B)327.86º44.8%98.04%-
XYZ58.7142.5858.55-
YUV178.33139.11179.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=42.66%
G=23.55%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013819800.450.210.02327.8691.876.08
HexFA8AC602D1521485c4c
Octal372212306055252510134114
Binary1111101010001010110001100101101101011010100100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8AC6; }

 p { color: rgb(250,138,198); }

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

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

 a { background-color: rgb(250,138,198); }

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

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

 span { border-color: rgb(250,138,198); }

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