#FA84CD

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

Shades of Tea Rose #FA84CD

Tints of Tea Rose #FA84CD

Color information

#FA84CD (or 0xFA84CD) is unknown color: approx Tea Rose. HEX triplet: FA, 84 and CD. RGB value is (250,132,205). Sum of RGB (Red+Green+Blue) = 250+132+205=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84CD is #057B32. Grayscale: #AFAFAF. Windows color (decimal): -359219 or 13468922. OLE color: 13468922.

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

Color convert

RGB250132205-
CMYK00.470.180.02
HSL322.88º92.19%74.9%-
HSV(B)322.88º47.2%98.04%-
XYZ58.741.2362.62-
YUV175.6144.59181.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 132 (51.95% from 255) = 22.49%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=42.59%
G=22.49%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013220500.470.180.02322.8892.1974.9
HexFA84CD02F1221435c4b
Octal372204315057222503134113
Binary1111101010000100110011010101111100101010100001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84CD; }

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

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

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

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

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

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

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

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