#FA84D3

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

Shades of Tea Rose #FA84D3

Tints of Tea Rose #FA84D3

Color information

#FA84D3 (or 0xFA84D3) is unknown color: approx Tea Rose. HEX triplet: FA, 84 and D3. RGB value is (250,132,211). Sum of RGB (Red+Green+Blue) = 250+132+211=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84D3 is #057B2C. Grayscale: #B0B0B0. Windows color (decimal): -359213 or 13862138. OLE color: 13862138.

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

Color convert

RGB250132211-
CMYK00.470.160.02
HSL319.83º92.19%74.9%-
HSV(B)319.83º47.2%98.04%-
XYZ59.4341.5366.51-
YUV176.29147.59180.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 132 (51.95% from 255) = 22.26%
BLUE value IS 211 (82.81% from 255) = 35.58%
R=42.16%
G=22.26%
B=35.58%

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
Decimal25013221100.470.160.02319.8392.1974.9
HexFA84D302F1021405c4b
Octal372204323057202500134113
Binary1111101010000100110100110101111100001010100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84D3; }

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

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

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

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

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

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

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

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