#FA8EC2

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

Shades of Tea Rose #FA8EC2

Tints of Tea Rose #FA8EC2

Color information

#FA8EC2 (or 0xFA8EC2) is unknown color: approx Tea Rose. HEX triplet: FA, 8E and C2. RGB value is (250,142,194). Sum of RGB (Red+Green+Blue) = 250+142+194=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EC2 is #05713D. Grayscale: #B4B4B4. Windows color (decimal): -356670 or 12750586. OLE color: 12750586.

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

Color convert

RGB250142194-
CMYK00.430.220.02
HSL331.11º91.53%76.86%-
HSV(B)331.11º43.2%98.04%-
XYZ58.8343.5756.35-
YUV180.22135.78177.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 194 (76.17% from 255) = 33.11%
R=42.66%
G=24.23%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014219400.430.220.02331.1191.5376.86
HexFA8EC202B16214b5c4d
Octal372216302053262513134115
Binary1111101010001110110000100101011101101010100101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EC2; }

 p { color: rgb(250,142,194); }

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

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

 a { background-color: rgb(250,142,194); }

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

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

 span { border-color: rgb(250,142,194); }

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