#FF82CF

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

Shades of Tea Rose #FF82CF

Tints of Tea Rose #FF82CF

Color information

#FF82CF (or 0xFF82CF) is unknown color: approx Tea Rose. HEX triplet: FF, 82 and CF. RGB value is (255,130,207). Sum of RGB (Red+Green+Blue) = 255+130+207=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82CF is #007D30. Grayscale: #AFAFAF. Windows color (decimal): -32049 or 13599487. OLE color: 13599487.

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

Color convert

RGB255130207-
CMYK00.490.190
HSL323.04º100%75.49%-
HSV(B)323.04º49.02%100%-
XYZ60.4941.7363.9-
YUV176.15145.41184.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 130 (51.17% from 255) = 21.96%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=43.07%
G=21.96%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513020700.490.190323.0410075.49
HexFF82CF031130143644b
Octal377202317061230503144113
Binary111111111000001011001111011000110011010100001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82CF; }

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

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

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

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

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

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

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

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