#FF84D2

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

Shades of Tea Rose #FF84D2

Tints of Tea Rose #FF84D2

Color information

#FF84D2 (or 0xFF84D2) is unknown color: approx Tea Rose. HEX triplet: FF, 84 and D2. RGB value is (255,132,210). Sum of RGB (Red+Green+Blue) = 255+132+210=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84D2 is #007B2D. Grayscale: #B1B1B1. Windows color (decimal): -31534 or 13796607. OLE color: 13796607.

HSL color Cylindrical-coordinate representation of color #FF84D2: hue angle of 321.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84D2 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255132210-
CMYK00.480.180
HSL321.95º100%75.88%-
HSV(B)321.95º48.24%100%-
XYZ61.1242.4265.94-
YUV177.67146.25183.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 132 (51.95% from 255) = 22.11%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=42.71%
G=22.11%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513221000.480.180321.9510075.88
HexFF84D2030120142644c
Octal377204322060220502144114
Binary111111111000010011010010011000010010010100001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84D2; }

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

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

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

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

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

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

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

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