#FA84D2

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

Shades of Tea Rose #FA84D2

Tints of Tea Rose #FA84D2

Color information

#FA84D2 (or 0xFA84D2) is unknown color: approx Tea Rose. HEX triplet: FA, 84 and D2. RGB value is (250,132,210). Sum of RGB (Red+Green+Blue) = 250+132+210=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84D2 is #057B2D. Grayscale: #AFAFAF. Windows color (decimal): -359214 or 13796602. OLE color: 13796602.

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

Color convert

RGB250132210-
CMYK00.470.160.02
HSL320.34º92.19%74.9%-
HSV(B)320.34º47.2%98.04%-
XYZ59.3141.4865.85-
YUV176.17147.09180.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 132 (51.95% from 255) = 22.30%
BLUE value IS 210 (82.42% from 255) = 35.47%
R=42.23%
G=22.30%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013221000.470.160.02320.3492.1974.9
HexFA84D202F1021405c4b
Octal372204322057202500134113
Binary1111101010000100110100100101111100001010100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84D2; }

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

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

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

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

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

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

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

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