#FF82C4

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

Shades of Tea Rose #FF82C4

Tints of Tea Rose #FF82C4

Color information

#FF82C4 (or 0xFF82C4) is unknown color: approx Tea Rose. HEX triplet: FF, 82 and C4. RGB value is (255,130,196). Sum of RGB (Red+Green+Blue) = 255+130+196=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C4 is #007D3B. Grayscale: #AEAEAE. Windows color (decimal): -32060 or 12878591. OLE color: 12878591.

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

Color convert

RGB255130196-
CMYK00.490.230
HSL328.32º100%75.49%-
HSV(B)328.32º49.02%100%-
XYZ59.1941.2157.06-
YUV174.9139.91185.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 130 (51.17% from 255) = 22.38%
BLUE value IS 196 (76.95% from 255) = 33.73%
R=43.89%
G=22.38%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513019600.490.230328.3210075.49
HexFF82C4031170148644b
Octal377202304061270510144113
Binary111111111000001011000100011000110111010100100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82C4; }

 p { color: rgb(255,130,196); }

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

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

 a { background-color: rgb(255,130,196); }

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

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

 span { border-color: rgb(255,130,196); }

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