#FA84C2

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

Shades of Tea Rose #FA84C2

Tints of Tea Rose #FA84C2

Color information

#FA84C2 (or 0xFA84C2) is unknown color: approx Tea Rose. HEX triplet: FA, 84 and C2. RGB value is (250,132,194). Sum of RGB (Red+Green+Blue) = 250+132+194=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84C2 is #057B3D. Grayscale: #AEAEAE. Windows color (decimal): -359230 or 12748026. OLE color: 12748026.

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

Color convert

RGB250132194-
CMYK00.470.220.02
HSL328.47º92.19%74.9%-
HSV(B)328.47º47.2%98.04%-
XYZ57.4140.7255.87-
YUV174.35139.09181.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 194 (76.17% from 255) = 33.68%
R=43.40%
G=22.92%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013219400.470.220.02328.4792.1974.9
HexFA84C202F1621485c4b
Octal372204302057262510134113
Binary1111101010000100110000100101111101101010100100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84C2; }

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

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

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

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

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

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

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

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