#FA84C7

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

Shades of Tea Rose #FA84C7

Tints of Tea Rose #FA84C7

Color information

#FA84C7 (or 0xFA84C7) is unknown color: approx Tea Rose. HEX triplet: FA, 84 and C7. RGB value is (250,132,199). Sum of RGB (Red+Green+Blue) = 250+132+199=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84C7 is #057B38. Grayscale: #AEAEAE. Windows color (decimal): -359225 or 13075706. OLE color: 13075706.

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

Color convert

RGB250132199-
CMYK00.470.200.02
HSL325.93º92.19%74.9%-
HSV(B)325.93º47.2%98.04%-
XYZ57.9840.9558.88-
YUV174.92141.59181.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 132 (51.95% from 255) = 22.72%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=43.03%
G=22.72%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013219900.470.200.02325.9392.1974.9
HexFA84C702F1421465c4b
Octal372204307057242506134113
Binary1111101010000100110001110101111101001010100011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84C7; }

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

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

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

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

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

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

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

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