#FF84C2

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

Shades of Tea Rose #FF84C2

Tints of Tea Rose #FF84C2

Color information

#FF84C2 (or 0xFF84C2) is unknown color: approx Tea Rose. HEX triplet: FF, 84 and C2. RGB value is (255,132,194). Sum of RGB (Red+Green+Blue) = 255+132+194=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84C2 is #007B3D. Grayscale: #AFAFAF. Windows color (decimal): -31550 or 12748031. OLE color: 12748031.

HSL color Cylindrical-coordinate representation of color #FF84C2: hue angle of 329.76º 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 #FF84C2 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255132194-
CMYK00.480.240
HSL329.76º100%75.88%-
HSV(B)329.76º48.24%100%-
XYZ59.2341.6655.96-
YUV175.84138.25184.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 132 (51.95% from 255) = 22.72%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=43.89%
G=22.72%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513219400.480.240329.7610075.88
HexFF84C203018014a644c
Octal377204302060300512144114
Binary111111111000010011000010011000011000010100101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84C2; }

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

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

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

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

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

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

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

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